MigrationOperationsExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This is an RESTFul API to manage you StorSimple Objects
public static class MigrationOperationsExtensions
type MigrationOperationsExtensions = class
Public Module MigrationOperationsExtensions
- Inheritance
-
MigrationOperationsExtensions
Methods
BeginUpdateDataContainerMigrationStatus(IMigrationOperations, String, CustomRequestHeaders) |
Hydra spec for update data container statusThe rest api updates the status of volume container migration from target device to service for all volume container in the specified config |
BeginUpdateDataContainerMigrationStatusAsync(IMigrationOperations, String, CustomRequestHeaders) |
Hydra spec for update data container statusThe rest api updates the status of volume container migration from target device to service for all volume container in the specified config |
BeginUpdateMigrationConfirmStatus(IMigrationOperations, String, CustomRequestHeaders) |
Hydra spec for update confirm migration statusThe rest api updates the confirm (commit/rollback) status from target appliance to service for all data container in the specified config |
BeginUpdateMigrationConfirmStatusAsync(IMigrationOperations, String, CustomRequestHeaders) |
Hydra spec for update confirm migration statusThe rest api updates the confirm (commit/rollback) status from target appliance to service for all data container in the specified config |
BeginUpdateMigrationPlan(IMigrationOperations, String, CustomRequestHeaders) |
Hydra spec update migration plan rest apiThe rest api updates the migration plan from target appliance to service for all volume container(s) in the specified config |
BeginUpdateMigrationPlanAsync(IMigrationOperations, String, CustomRequestHeaders) |
Hydra spec update migration plan rest apiThe rest api updates the migration plan from target appliance to service for all volume container(s) in the specified config |
ConfirmMigration(IMigrationOperations, String, MigrationConfirmStatusRequest, CustomRequestHeaders) |
Hydra spec for confirm migration rest apiThe rest api confirms the commit or rollback of the migrated data containers for all data container in the specified config |
ConfirmMigrationAsync(IMigrationOperations, String, MigrationConfirmStatusRequest, CustomRequestHeaders) |
Hydra spec for confirm migration rest apiThe rest api confirms the commit or rollback of the migrated data containers for all data container in the specified config |
GetAllMigrationPlan(IMigrationOperations, CustomRequestHeaders) |
Hydra spec for Get all migration rest apiThe rest api returns the config ids for all configs imported against the selected storsimple resource |
GetAllMigrationPlanAsync(IMigrationOperations, CustomRequestHeaders) |
Hydra spec for Get all migration rest apiThe rest api returns the config ids for all configs imported against the selected storsimple resource |
GetDataContainerMigrationStatus(IMigrationOperations, String, CustomRequestHeaders) |
Hydra spec for Get data container migration statusThe rest api returns the status of volume container migration status from service for all volume container in the specified config |
GetDataContainerMigrationStatusAsync(IMigrationOperations, String, CustomRequestHeaders) |
Hydra spec for Get data container migration statusThe rest api returns the status of volume container migration status from service for all volume container in the specified config |
GetMigrationConfirmStatus(IMigrationOperations, String, CustomRequestHeaders) |
Hydra spec for get confirm migration status rest apiThe rest api gets the confirm (commit/rollback) status from service for all volume container in the specified config |
GetMigrationConfirmStatusAsync(IMigrationOperations, String, CustomRequestHeaders) |
Hydra spec for get confirm migration status rest apiThe rest api gets the confirm (commit/rollback) status from service for all volume container in the specified config |
GetMigrationPlan(IMigrationOperations, String, CustomRequestHeaders) |
Hydra spec for get migration planThe rest api get the migration plan from service for all volume container(s) in the specified config |
GetMigrationPlanAsync(IMigrationOperations, String, CustomRequestHeaders) |
Hydra spec for get migration planThe rest api get the migration plan from service for all volume container(s) in the specified config |
ImportLegacyApplianceConfig(IMigrationOperations, String, LegacyApplianceConfig, CustomRequestHeaders) |
Hydra spec for import legacy appliance config rest api.The rest api imports the legacy config to the service |
ImportLegacyApplianceConfigAsync(IMigrationOperations, String, LegacyApplianceConfig, CustomRequestHeaders) |
Hydra spec for import legacy appliance config rest api.The rest api imports the legacy config to the service |
MigrationImportDataContainer(IMigrationOperations, String, MigrationImportDataContainerRequest, CustomRequestHeaders) |
Hydra spec for import data container rest apiThe rest api initiates the migration of volume containers for all/specific data container(s) in the given config |
MigrationImportDataContainerAsync(IMigrationOperations, String, MigrationImportDataContainerRequest, CustomRequestHeaders) |
Hydra spec for import data container rest apiThe rest api initiates the migration of volume containers for all/specific data container(s) in the given config |
StartMigrationPlan(IMigrationOperations, MigrationPlanStartRequest, CustomRequestHeaders) |
Hydra spec for start migration plan rest APIThe rest api starts the estimation of time taken by migration for all/specific volume container(s) in the given config |
StartMigrationPlanAsync(IMigrationOperations, MigrationPlanStartRequest, CustomRequestHeaders) |
Hydra spec for start migration plan rest APIThe rest api starts the estimation of time taken by migration for all/specific volume container(s) in the given config |
UpdateDataContainerMigrationStatus(IMigrationOperations, String, CustomRequestHeaders) | |
UpdateDataContainerMigrationStatusAsync(IMigrationOperations, String, CustomRequestHeaders) | |
UpdateMigrationConfirmStatus(IMigrationOperations, String, CustomRequestHeaders) | |
UpdateMigrationConfirmStatusAsync(IMigrationOperations, String, CustomRequestHeaders) | |
UpdateMigrationPlan(IMigrationOperations, String, CustomRequestHeaders) | |
UpdateMigrationPlanAsync(IMigrationOperations, String, CustomRequestHeaders) |
Applies to
Azure SDK for .NET