Uses of Class
com.azure.resourcemanager.storage.models.MigrationState
Packages that use MigrationState
Package
Description
Package containing the data models for StorageManagementClient.
-
Uses of MigrationState in com.azure.resourcemanager.storage.models
Fields in com.azure.resourcemanager.storage.models declared as MigrationStateModifier and TypeFieldDescriptionstatic final MigrationStateMigrationState.COMPLETEDStatic value Completed for MigrationState.static final MigrationStateMigrationState.IN_PROGRESSStatic value InProgress for MigrationState.Methods in com.azure.resourcemanager.storage.models that return MigrationStateModifier and TypeMethodDescriptionstatic MigrationStateMigrationState.fromString(String name) Creates or finds a MigrationState from its string representation.ImmutableStorageWithVersioning.migrationState()Get the migrationState property: This property denotes the container level immutability to object level immutability migration state.Methods in com.azure.resourcemanager.storage.models that return types with arguments of type MigrationStateModifier and TypeMethodDescriptionstatic Collection<MigrationState> MigrationState.values()Gets known MigrationState values.