Uses of Class
com.azure.resourcemanager.storage.fluent.models.StorageAccountMigrationInner
Packages that use StorageAccountMigrationInner
Package
Description
Package containing the service clients for StorageManagementClient.
Package containing the inner data models for StorageManagementClient.
-
Uses of StorageAccountMigrationInner in com.azure.resourcemanager.storage.fluent
Methods in com.azure.resourcemanager.storage.fluent that return StorageAccountMigrationInnerModifier and TypeMethodDescriptionStorageAccountsClient.getCustomerInitiatedMigration(String resourceGroupName, String accountName, MigrationName migrationName) Gets the status of the ongoing migration for the specified storage account.Methods in com.azure.resourcemanager.storage.fluent that return types with arguments of type StorageAccountMigrationInnerModifier and TypeMethodDescriptionStorageAccountsClient.getCustomerInitiatedMigrationAsync(String resourceGroupName, String accountName, MigrationName migrationName) Gets the status of the ongoing migration for the specified storage account.com.azure.core.http.rest.Response<StorageAccountMigrationInner> StorageAccountsClient.getCustomerInitiatedMigrationWithResponse(String resourceGroupName, String accountName, MigrationName migrationName, com.azure.core.util.Context context) Gets the status of the ongoing migration for the specified storage account.Mono<com.azure.core.http.rest.Response<StorageAccountMigrationInner>> StorageAccountsClient.getCustomerInitiatedMigrationWithResponseAsync(String resourceGroupName, String accountName, MigrationName migrationName) Gets the status of the ongoing migration for the specified storage account.Methods in com.azure.resourcemanager.storage.fluent with parameters of type StorageAccountMigrationInnerModifier and TypeMethodDescriptionStorageAccountsClient.beginCustomerInitiatedMigration(String resourceGroupName, String accountName, StorageAccountMigrationInner parameters) Account Migration request can be triggered for a storage account to change its redundancy level.StorageAccountsClient.beginCustomerInitiatedMigration(String resourceGroupName, String accountName, StorageAccountMigrationInner parameters, com.azure.core.util.Context context) Account Migration request can be triggered for a storage account to change its redundancy level.StorageAccountsClient.beginCustomerInitiatedMigrationAsync(String resourceGroupName, String accountName, StorageAccountMigrationInner parameters) Account Migration request can be triggered for a storage account to change its redundancy level.voidStorageAccountsClient.customerInitiatedMigration(String resourceGroupName, String accountName, StorageAccountMigrationInner parameters) Account Migration request can be triggered for a storage account to change its redundancy level.voidStorageAccountsClient.customerInitiatedMigration(String resourceGroupName, String accountName, StorageAccountMigrationInner parameters, com.azure.core.util.Context context) Account Migration request can be triggered for a storage account to change its redundancy level.StorageAccountsClient.customerInitiatedMigrationAsync(String resourceGroupName, String accountName, StorageAccountMigrationInner parameters) Account Migration request can be triggered for a storage account to change its redundancy level.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> StorageAccountsClient.customerInitiatedMigrationWithResponseAsync(String resourceGroupName, String accountName, StorageAccountMigrationInner parameters) Account Migration request can be triggered for a storage account to change its redundancy level. -
Uses of StorageAccountMigrationInner in com.azure.resourcemanager.storage.fluent.models
Classes in com.azure.resourcemanager.storage.fluent.models that implement interfaces with type arguments of type StorageAccountMigrationInnerModifier and TypeClassDescriptionfinal classThe parameters or status associated with an ongoing or enqueued storage account migration in order to update its current SKU or region.Methods in com.azure.resourcemanager.storage.fluent.models that return StorageAccountMigrationInnerModifier and TypeMethodDescriptionstatic StorageAccountMigrationInnerStorageAccountMigrationInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of StorageAccountMigrationInner from the JsonReader.Set the name property: current value is 'default' for customer initiated migration.StorageAccountMigrationInner.withTargetSkuName(SkuName targetSkuName) Set the targetSkuName property: Target sku name for the account.Set the type property: SrpAccountMigrationType in ARM contract which is 'accountMigrations'.