public interface MigrationConfigsClient
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<MigrationConfigPropertiesInner>,MigrationConfigPropertiesInner> |
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> |
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> |
beginCreateAndStartMigrationAsync(String resourceGroupName,
String namespaceName,
MigrationConfigurationName configName,
MigrationConfigPropertiesInner parameters)
Creates Migration configuration and starts migration of entities from Standard to Premium namespace.
|
void |
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> |
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> |
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>> |
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 |
createAndStartMigration(String resourceGroupName,
String namespaceName,
MigrationConfigurationName configName,
MigrationConfigPropertiesInner parameters)
Creates Migration configuration and starts migration of entities from Standard to Premium namespace.
|
MigrationConfigPropertiesInner |
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> |
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>>> |
createAndStartMigrationWithResponseAsync(String resourceGroupName,
String namespaceName,
MigrationConfigurationName configName,
MigrationConfigPropertiesInner parameters)
Creates Migration configuration and starts migration of entities from Standard to Premium namespace.
|
void |
delete(String resourceGroupName,
String namespaceName,
MigrationConfigurationName configName)
Deletes a MigrationConfiguration.
|
Mono<Void> |
deleteAsync(String resourceGroupName,
String namespaceName,
MigrationConfigurationName configName)
Deletes a MigrationConfiguration.
|
com.azure.core.http.rest.Response<Void> |
deleteWithResponse(String resourceGroupName,
String namespaceName,
MigrationConfigurationName configName,
com.azure.core.util.Context context)
Deletes a MigrationConfiguration.
|
Mono<com.azure.core.http.rest.Response<Void>> |
deleteWithResponseAsync(String resourceGroupName,
String namespaceName,
MigrationConfigurationName configName)
Deletes a MigrationConfiguration.
|
MigrationConfigPropertiesInner |
get(String resourceGroupName,
String namespaceName,
MigrationConfigurationName configName)
Retrieves Migration Config.
|
Mono<MigrationConfigPropertiesInner> |
getAsync(String resourceGroupName,
String namespaceName,
MigrationConfigurationName configName)
Retrieves Migration Config.
|
com.azure.core.http.rest.Response<MigrationConfigPropertiesInner> |
getWithResponse(String resourceGroupName,
String namespaceName,
MigrationConfigurationName configName,
com.azure.core.util.Context context)
Retrieves Migration Config.
|
Mono<com.azure.core.http.rest.Response<MigrationConfigPropertiesInner>> |
getWithResponseAsync(String resourceGroupName,
String namespaceName,
MigrationConfigurationName configName)
Retrieves Migration Config.
|
com.azure.core.http.rest.PagedIterable<MigrationConfigPropertiesInner> |
list(String resourceGroupName,
String namespaceName)
Gets all migrationConfigurations.
|
com.azure.core.http.rest.PagedIterable<MigrationConfigPropertiesInner> |
list(String resourceGroupName,
String namespaceName,
com.azure.core.util.Context context)
Gets all migrationConfigurations.
|
com.azure.core.http.rest.PagedFlux<MigrationConfigPropertiesInner> |
listAsync(String resourceGroupName,
String namespaceName)
Gets all migrationConfigurations.
|
void |
revert(String resourceGroupName,
String namespaceName,
MigrationConfigurationName configName)
This operation reverts Migration.
|
Mono<Void> |
revertAsync(String resourceGroupName,
String namespaceName,
MigrationConfigurationName configName)
This operation reverts Migration.
|
com.azure.core.http.rest.Response<Void> |
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>> |
revertWithResponseAsync(String resourceGroupName,
String namespaceName,
MigrationConfigurationName configName)
This operation reverts Migration.
|
com.azure.core.http.rest.PagedFlux<MigrationConfigPropertiesInner> listAsync(String resourceGroupName, String namespaceName)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<MigrationConfigPropertiesInner> list(String resourceGroupName, String namespaceName)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<MigrationConfigPropertiesInner> list(String resourceGroupName, String namespaceName, com.azure.core.util.Context context)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> createAndStartMigrationWithResponseAsync(String resourceGroupName, String namespaceName, MigrationConfigurationName configName, MigrationConfigPropertiesInner parameters)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.configName - The configuration name. Should always be "$default".parameters - Parameters required to create Migration Configuration.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<MigrationConfigPropertiesInner>,MigrationConfigPropertiesInner> beginCreateAndStartMigrationAsync(String resourceGroupName, String namespaceName, MigrationConfigurationName configName, MigrationConfigPropertiesInner parameters)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.configName - The configuration name. Should always be "$default".parameters - Parameters required to create Migration Configuration.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<MigrationConfigPropertiesInner>,MigrationConfigPropertiesInner> beginCreateAndStartMigration(String resourceGroupName, String namespaceName, MigrationConfigurationName configName, MigrationConfigPropertiesInner parameters)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.configName - The configuration name. Should always be "$default".parameters - Parameters required to create Migration Configuration.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<MigrationConfigPropertiesInner>,MigrationConfigPropertiesInner> beginCreateAndStartMigration(String resourceGroupName, String namespaceName, MigrationConfigurationName configName, MigrationConfigPropertiesInner parameters, com.azure.core.util.Context context)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.configName - The configuration name. Should always be "$default".parameters - Parameters required to create Migration Configuration.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<MigrationConfigPropertiesInner> createAndStartMigrationAsync(String resourceGroupName, String namespaceName, MigrationConfigurationName configName, MigrationConfigPropertiesInner parameters)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.configName - The configuration name. Should always be "$default".parameters - Parameters required to create Migration Configuration.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.MigrationConfigPropertiesInner createAndStartMigration(String resourceGroupName, String namespaceName, MigrationConfigurationName configName, MigrationConfigPropertiesInner parameters)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.configName - The configuration name. Should always be "$default".parameters - Parameters required to create Migration Configuration.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.MigrationConfigPropertiesInner createAndStartMigration(String resourceGroupName, String namespaceName, MigrationConfigurationName configName, MigrationConfigPropertiesInner parameters, com.azure.core.util.Context context)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.configName - The configuration name. Should always be "$default".parameters - Parameters required to create Migration Configuration.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Void>> deleteWithResponseAsync(String resourceGroupName, String namespaceName, MigrationConfigurationName configName)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.configName - The configuration name. Should always be "$default".IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<Void> deleteAsync(String resourceGroupName, String namespaceName, MigrationConfigurationName configName)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.configName - The configuration name. Should always be "$default".IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void delete(String resourceGroupName, String namespaceName, MigrationConfigurationName configName)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.configName - The configuration name. Should always be "$default".IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<Void> deleteWithResponse(String resourceGroupName, String namespaceName, MigrationConfigurationName configName, com.azure.core.util.Context context)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.configName - The configuration name. Should always be "$default".context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<MigrationConfigPropertiesInner>> getWithResponseAsync(String resourceGroupName, String namespaceName, MigrationConfigurationName configName)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.configName - The configuration name. Should always be "$default".IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<MigrationConfigPropertiesInner> getAsync(String resourceGroupName, String namespaceName, MigrationConfigurationName configName)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.configName - The configuration name. Should always be "$default".IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.MigrationConfigPropertiesInner get(String resourceGroupName, String namespaceName, MigrationConfigurationName configName)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.configName - The configuration name. Should always be "$default".IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<MigrationConfigPropertiesInner> getWithResponse(String resourceGroupName, String namespaceName, MigrationConfigurationName configName, com.azure.core.util.Context context)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.configName - The configuration name. Should always be "$default".context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Void>> completeMigrationWithResponseAsync(String resourceGroupName, String namespaceName, MigrationConfigurationName configName)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.configName - The configuration name. Should always be "$default".IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<Void> completeMigrationAsync(String resourceGroupName, String namespaceName, MigrationConfigurationName configName)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.configName - The configuration name. Should always be "$default".IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void completeMigration(String resourceGroupName, String namespaceName, MigrationConfigurationName configName)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.configName - The configuration name. Should always be "$default".IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<Void> completeMigrationWithResponse(String resourceGroupName, String namespaceName, MigrationConfigurationName configName, com.azure.core.util.Context context)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.configName - The configuration name. Should always be "$default".context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Void>> revertWithResponseAsync(String resourceGroupName, String namespaceName, MigrationConfigurationName configName)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.configName - The configuration name. Should always be "$default".IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<Void> revertAsync(String resourceGroupName, String namespaceName, MigrationConfigurationName configName)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.configName - The configuration name. Should always be "$default".IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void revert(String resourceGroupName, String namespaceName, MigrationConfigurationName configName)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.configName - The configuration name. Should always be "$default".IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<Void> revertWithResponse(String resourceGroupName, String namespaceName, MigrationConfigurationName configName, com.azure.core.util.Context context)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.configName - The configuration name. Should always be "$default".context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Copyright © 2021 Microsoft Corporation. All rights reserved.