| 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.
|
| Modifier and Type | Method and Description |
|---|---|
AccountStatus |
StorageAccountInner.statusOfPrimary()
Get the statusOfPrimary property: Gets the status indicating whether the primary location of the storage account
is available or unavailable.
|
AccountStatus |
StorageAccountInner.statusOfSecondary()
Get the statusOfSecondary property: Gets the status indicating whether the secondary location of the storage
account is available or unavailable.
|
| Modifier and Type | Method and Description |
|---|---|
static AccountStatus |
AccountStatus.fromString(String value)
Parses a serialized value to a AccountStatus instance.
|
AccountStatus |
AccountStatuses.primary() |
AccountStatus |
AccountStatuses.secondary() |
static AccountStatus |
AccountStatus.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.
|
| Constructor and Description |
|---|
AccountStatuses(AccountStatus primary,
AccountStatus secondary)
Creates an instance of AccountStatuses class.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.