| Package | Description |
|---|---|
| com.azure.resourcemanager.servicebus.fluent |
Package containing the service clients for ServiceBusManagementClient.
|
| com.azure.resourcemanager.servicebus.models |
Package containing the data models for ServiceBusManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<MigrationConfigPropertiesInner>,MigrationConfigPropertiesInner> |
MigrationConfigsClient.beginCreateAndStartMigration(String resourceGroupName,
String namespaceName,
MigrationConfigurationName configName,
MigrationConfigPropertiesInner parameters)
Creates Migration configuration and starts migration of entities from Standard to Premium namespace.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<MigrationConfigPropertiesInner>,MigrationConfigPropertiesInner> |
MigrationConfigsClient.beginCreateAndStartMigration(String resourceGroupName,
String namespaceName,
MigrationConfigurationName configName,
MigrationConfigPropertiesInner parameters,
com.azure.core.util.Context context)
Creates Migration configuration and starts migration of entities from Standard to Premium namespace.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<MigrationConfigPropertiesInner>,MigrationConfigPropertiesInner> |
MigrationConfigsClient.beginCreateAndStartMigrationAsync(String resourceGroupName,
String namespaceName,
MigrationConfigurationName configName,
MigrationConfigPropertiesInner parameters)
Creates Migration configuration and starts migration of entities from Standard to Premium namespace.
|
void |
MigrationConfigsClient.completeMigration(String resourceGroupName,
String namespaceName,
MigrationConfigurationName configName)
This operation Completes Migration of entities by pointing the connection strings to Premium namespace and any
entities created after the operation will be under Premium Namespace.
|
Mono<Void> |
MigrationConfigsClient.completeMigrationAsync(String resourceGroupName,
String namespaceName,
MigrationConfigurationName configName)
This operation Completes Migration of entities by pointing the connection strings to Premium namespace and any
entities created after the operation will be under Premium Namespace.
|
com.azure.core.http.rest.Response<Void> |
MigrationConfigsClient.completeMigrationWithResponse(String resourceGroupName,
String namespaceName,
MigrationConfigurationName configName,
com.azure.core.util.Context context)
This operation Completes Migration of entities by pointing the connection strings to Premium namespace and any
entities created after the operation will be under Premium Namespace.
|
Mono<com.azure.core.http.rest.Response<Void>> |
MigrationConfigsClient.completeMigrationWithResponseAsync(String resourceGroupName,
String namespaceName,
MigrationConfigurationName configName)
This operation Completes Migration of entities by pointing the connection strings to Premium namespace and any
entities created after the operation will be under Premium Namespace.
|
MigrationConfigPropertiesInner |
MigrationConfigsClient.createAndStartMigration(String resourceGroupName,
String namespaceName,
MigrationConfigurationName configName,
MigrationConfigPropertiesInner parameters)
Creates Migration configuration and starts migration of entities from Standard to Premium namespace.
|
MigrationConfigPropertiesInner |
MigrationConfigsClient.createAndStartMigration(String resourceGroupName,
String namespaceName,
MigrationConfigurationName configName,
MigrationConfigPropertiesInner parameters,
com.azure.core.util.Context context)
Creates Migration configuration and starts migration of entities from Standard to Premium namespace.
|
Mono<MigrationConfigPropertiesInner> |
MigrationConfigsClient.createAndStartMigrationAsync(String resourceGroupName,
String namespaceName,
MigrationConfigurationName configName,
MigrationConfigPropertiesInner parameters)
Creates Migration configuration and starts migration of entities from Standard to Premium namespace.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
MigrationConfigsClient.createAndStartMigrationWithResponseAsync(String resourceGroupName,
String namespaceName,
MigrationConfigurationName configName,
MigrationConfigPropertiesInner parameters)
Creates Migration configuration and starts migration of entities from Standard to Premium namespace.
|
void |
MigrationConfigsClient.delete(String resourceGroupName,
String namespaceName,
MigrationConfigurationName configName)
Deletes a MigrationConfiguration.
|
Mono<Void> |
MigrationConfigsClient.deleteAsync(String resourceGroupName,
String namespaceName,
MigrationConfigurationName configName)
Deletes a MigrationConfiguration.
|
com.azure.core.http.rest.Response<Void> |
MigrationConfigsClient.deleteWithResponse(String resourceGroupName,
String namespaceName,
MigrationConfigurationName configName,
com.azure.core.util.Context context)
Deletes a MigrationConfiguration.
|
Mono<com.azure.core.http.rest.Response<Void>> |
MigrationConfigsClient.deleteWithResponseAsync(String resourceGroupName,
String namespaceName,
MigrationConfigurationName configName)
Deletes a MigrationConfiguration.
|
MigrationConfigPropertiesInner |
MigrationConfigsClient.get(String resourceGroupName,
String namespaceName,
MigrationConfigurationName configName)
Retrieves Migration Config.
|
Mono<MigrationConfigPropertiesInner> |
MigrationConfigsClient.getAsync(String resourceGroupName,
String namespaceName,
MigrationConfigurationName configName)
Retrieves Migration Config.
|
com.azure.core.http.rest.Response<MigrationConfigPropertiesInner> |
MigrationConfigsClient.getWithResponse(String resourceGroupName,
String namespaceName,
MigrationConfigurationName configName,
com.azure.core.util.Context context)
Retrieves Migration Config.
|
Mono<com.azure.core.http.rest.Response<MigrationConfigPropertiesInner>> |
MigrationConfigsClient.getWithResponseAsync(String resourceGroupName,
String namespaceName,
MigrationConfigurationName configName)
Retrieves Migration Config.
|
void |
MigrationConfigsClient.revert(String resourceGroupName,
String namespaceName,
MigrationConfigurationName configName)
This operation reverts Migration.
|
Mono<Void> |
MigrationConfigsClient.revertAsync(String resourceGroupName,
String namespaceName,
MigrationConfigurationName configName)
This operation reverts Migration.
|
com.azure.core.http.rest.Response<Void> |
MigrationConfigsClient.revertWithResponse(String resourceGroupName,
String namespaceName,
MigrationConfigurationName configName,
com.azure.core.util.Context context)
This operation reverts Migration.
|
Mono<com.azure.core.http.rest.Response<Void>> |
MigrationConfigsClient.revertWithResponseAsync(String resourceGroupName,
String namespaceName,
MigrationConfigurationName configName)
This operation reverts Migration.
|
| Modifier and Type | Field and Description |
|---|---|
static MigrationConfigurationName |
MigrationConfigurationName.DEFAULT
Static value $default for MigrationConfigurationName.
|
| Modifier and Type | Method and Description |
|---|---|
static MigrationConfigurationName |
MigrationConfigurationName.fromString(String name)
Creates or finds a MigrationConfigurationName from its string representation.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.