MigrationConfigsClient Interface
public interface MigrationConfigsClient
An instance of this class provides access to all the operations defined in MigrationConfigsClient.
Method Summary
Method Details
beginCreateAndStartMigration
public abstract SyncPoller
Creates Migration configuration and starts migration of entities from Standard to Premium namespace.
Parameters:
Returns:
beginCreateAndStartMigration
public abstract SyncPoller
Creates Migration configuration and starts migration of entities from Standard to Premium namespace.
Parameters:
Returns:
beginCreateAndStartMigrationAsync
public abstract PollerFlux
Creates Migration configuration and starts migration of entities from Standard to Premium namespace.
Parameters:
Returns:
completeMigration
public abstract 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. CompleteMigration operation will fail when entity migration is in-progress.
Parameters:
completeMigrationAsync
public abstract Mono
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. CompleteMigration operation will fail when entity migration is in-progress.
Parameters:
Returns:
completeMigrationWithResponse
public abstract Response
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. CompleteMigration operation will fail when entity migration is in-progress.
Parameters:
Returns:
completeMigrationWithResponseAsync
public abstract Mono
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. CompleteMigration operation will fail when entity migration is in-progress.
Parameters:
Returns:
createAndStartMigration
public abstract MigrationConfigPropertiesInner createAndStartMigration(String resourceGroupName, String namespaceName, MigrationConfigurationName configName, MigrationConfigPropertiesInner parameters)
Creates Migration configuration and starts migration of entities from Standard to Premium namespace.
Parameters:
Returns:
createAndStartMigration
public abstract MigrationConfigPropertiesInner createAndStartMigration(String resourceGroupName, String namespaceName, MigrationConfigurationName configName, MigrationConfigPropertiesInner parameters, Context context)
Creates Migration configuration and starts migration of entities from Standard to Premium namespace.
Parameters:
Returns:
createAndStartMigrationAsync
public abstract Mono
Creates Migration configuration and starts migration of entities from Standard to Premium namespace.
Parameters:
Returns:
createAndStartMigrationWithResponseAsync
public abstract Mono
Creates Migration configuration and starts migration of entities from Standard to Premium namespace.
Parameters:
Returns:
delete
public abstract void delete(String resourceGroupName, String namespaceName, MigrationConfigurationName configName)
Deletes a MigrationConfiguration.
Parameters:
deleteAsync
public abstract Mono
Deletes a MigrationConfiguration.
Parameters:
Returns:
deleteWithResponse
public abstract Response
Deletes a MigrationConfiguration.
Parameters:
Returns:
deleteWithResponseAsync
public abstract Mono
Deletes a MigrationConfiguration.
Parameters:
Returns:
get
public abstract MigrationConfigPropertiesInner get(String resourceGroupName, String namespaceName, MigrationConfigurationName configName)
Retrieves Migration Config.
Parameters:
Returns:
getAsync
public abstract Mono
Retrieves Migration Config.
Parameters:
Returns:
getWithResponse
public abstract Response
Retrieves Migration Config.
Parameters:
Returns:
getWithResponseAsync
public abstract Mono
Retrieves Migration Config.
Parameters:
Returns:
list
public abstract PagedIterable
Gets all migrationConfigurations.
Parameters:
Returns:
list
public abstract PagedIterable
Gets all migrationConfigurations.
Parameters:
Returns:
listAsync
public abstract PagedFlux
Gets all migrationConfigurations.
Parameters:
Returns:
revert
public abstract void revert(String resourceGroupName, String namespaceName, MigrationConfigurationName configName)
This operation reverts Migration.
Parameters:
revertAsync
public abstract Mono
This operation reverts Migration.
Parameters:
Returns:
revertWithResponse
public abstract Response
This operation reverts Migration.
Parameters:
Returns:
revertWithResponseAsync
public abstract Mono
This operation reverts Migration.
Parameters:
Returns:
Applies to
Azure SDK for Java