Uses of Class
com.microsoft.azure.management.appservice.AzureStorageState
-
-
Uses of AzureStorageState in com.microsoft.azure.management.appservice
Methods in com.microsoft.azure.management.appservice that return AzureStorageState Modifier and Type Method Description static AzureStorageStateAzureStorageState. fromString(String value)Parses a serialized value to a AzureStorageState instance.AzureStorageStateAzureStorageInfoValue. state()Get state of the storage account.static AzureStorageStateAzureStorageState. valueOf(String name)Returns the enum constant of this type with the specified name.static AzureStorageState[]AzureStorageState. values()Returns an array containing the constants of this enum type, in the order they are declared.
-