Uses of Class
com.azure.resourcemanager.storage.models.MigrationName
Packages that use MigrationName
Package
Description
Package containing the service clients for StorageManagementClient.
Package containing the data models for StorageManagementClient.
-
Uses of MigrationName in com.azure.resourcemanager.storage.fluent
Methods in com.azure.resourcemanager.storage.fluent with parameters of type MigrationNameModifier and TypeMethodDescriptionStorageAccountsClient.getCustomerInitiatedMigration(String resourceGroupName, String accountName, MigrationName migrationName) Gets the status of the ongoing migration for the specified storage account.StorageAccountsClient.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. -
Uses of MigrationName in com.azure.resourcemanager.storage.models
Fields in com.azure.resourcemanager.storage.models declared as MigrationNameModifier and TypeFieldDescriptionstatic final MigrationNameMigrationName.DEFAULTStatic value default for MigrationName.Methods in com.azure.resourcemanager.storage.models that return MigrationNameModifier and TypeMethodDescriptionstatic MigrationNameMigrationName.fromString(String name) Creates or finds a MigrationName from its string representation.Methods in com.azure.resourcemanager.storage.models that return types with arguments of type MigrationNameModifier and TypeMethodDescriptionstatic Collection<MigrationName>MigrationName.values()Gets known MigrationName values.