Uses of Enum
com.azure.resourcemanager.storage.models.AccountStatus
Packages that use AccountStatus
Package
Description
Package containing the inner data models for StorageManagementClient.
Package containing the data models for StorageManagementClient.
-
Uses of AccountStatus in com.azure.resourcemanager.storage.fluent.models
Methods in com.azure.resourcemanager.storage.fluent.models that return AccountStatusModifier and TypeMethodDescriptionStorageAccountInner.statusOfPrimary()Get the statusOfPrimary property: Gets the status indicating whether the primary location of the storage account is available or unavailable.StorageAccountPropertiesInner.statusOfPrimary()Get the statusOfPrimary property: Gets the status indicating whether the primary location of the storage account is available or unavailable.StorageAccountInner.statusOfSecondary()Get the statusOfSecondary property: Gets the status indicating whether the secondary location of the storage account is available or unavailable.StorageAccountPropertiesInner.statusOfSecondary()Get the statusOfSecondary property: Gets the status indicating whether the secondary location of the storage account is available or unavailable. -
Uses of AccountStatus in com.azure.resourcemanager.storage.models
Methods in com.azure.resourcemanager.storage.models that return AccountStatusModifier and TypeMethodDescriptionstatic AccountStatusAccountStatus.fromString(String value) Parses a serialized value to a AccountStatus instance.AccountStatuses.primary()AccountStatuses.secondary()static AccountStatusReturns the enum constant of this type with the specified name.static AccountStatus[]AccountStatus.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.azure.resourcemanager.storage.models with parameters of type AccountStatusModifierConstructorDescriptionAccountStatuses(AccountStatus primary, AccountStatus secondary) Creates an instance of AccountStatuses class.