Uses of Class
com.azure.resourcemanager.storage.models.AccountStatus
-
Packages that use AccountStatus 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 AccountStatus in com.azure.resourcemanager.storage.fluent.models
Methods in com.azure.resourcemanager.storage.fluent.models that return AccountStatus Modifier and Type Method Description AccountStatusStorageAccountInner. statusOfPrimary()Get the statusOfPrimary property: Gets the status indicating whether the primary location of the storage account is available or unavailable.AccountStatusStorageAccountPropertiesInner. statusOfPrimary()Get the statusOfPrimary property: Gets the status indicating whether the primary location of the storage account is available or unavailable.AccountStatusStorageAccountInner. statusOfSecondary()Get the statusOfSecondary property: Gets the status indicating whether the secondary location of the storage account is available or unavailable.AccountStatusStorageAccountPropertiesInner. 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 AccountStatus Modifier and Type Method Description static AccountStatusAccountStatus. fromString(String value)Parses a serialized value to a AccountStatus instance.AccountStatusAccountStatuses. primary()AccountStatusAccountStatuses. secondary()static AccountStatusAccountStatus. valueOf(String name)Returns 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 AccountStatus Constructor Description AccountStatuses(AccountStatus primary, AccountStatus secondary)Creates an instance of AccountStatuses class.
-