Uses of Class
com.azure.resourcemanager.storage.models.ProvisioningState
-
Packages that use ProvisioningState Package Description com.azure.resourcemanager.storage.fluent.models Package containing the inner data models for StorageManagementClient.com.azure.resourcemanager.storage.models Package containing the data models for StorageManagementClient. -
-
Uses of ProvisioningState in com.azure.resourcemanager.storage.fluent.models
Methods in com.azure.resourcemanager.storage.fluent.models that return ProvisioningState Modifier and Type Method Description ProvisioningStateStorageAccountInner. provisioningState()Get the provisioningState property: Gets the status of the storage account at the time the operation was called.ProvisioningStateStorageAccountPropertiesInner. provisioningState()Get the provisioningState property: Gets the status of the storage account at the time the operation was called. -
Uses of ProvisioningState in com.azure.resourcemanager.storage.models
Methods in com.azure.resourcemanager.storage.models that return ProvisioningState Modifier and Type Method Description static ProvisioningStateProvisioningState. fromString(String value)Parses a serialized value to a ProvisioningState instance.ProvisioningStateStorageAccount. provisioningState()static ProvisioningStateProvisioningState. valueOf(String name)Returns the enum constant of this type with the specified name.static ProvisioningState[]ProvisioningState. values()Returns an array containing the constants of this enum type, in the order they are declared.
-