Uses of Enum
com.azure.resourcemanager.storage.models.ProvisioningState
Packages that use ProvisioningState
Package
Description
Package containing the inner data models for StorageManagementClient.
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 ProvisioningStateModifier and TypeMethodDescriptionStorageAccountInner.provisioningState()Get the provisioningState property: Gets the status of the storage account at the time the operation was called.StorageAccountPropertiesInner.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
Subclasses with type arguments of type ProvisioningState in com.azure.resourcemanager.storage.modelsModifier and TypeClassDescriptionenumGets the status of the storage account at the time the operation was called.Methods in com.azure.resourcemanager.storage.models that return ProvisioningStateModifier and TypeMethodDescriptionstatic ProvisioningStateProvisioningState.fromString(String value) Parses a serialized value to a ProvisioningState instance.StorageAccount.provisioningState()Gets the status of the storage account.StorageTaskAssignmentProperties.provisioningState()Get the provisioningState property: Represents the provisioning state of the storage task assignment.StorageTaskAssignmentUpdateProperties.provisioningState()Get the provisioningState property: Represents the provisioning state of the storage task assignment.static ProvisioningStateReturns 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.