Uses of Class
com.azure.resourcemanager.appservice.models.AzureStorageState
-
Packages that use AzureStorageState Package Description com.azure.resourcemanager.appservice.models Package containing the data models for WebSiteManagementClient. -
-
Uses of AzureStorageState in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return AzureStorageState Modifier and Type Method Description static AzureStorageStateAzureStorageState. fromString(String value)Parses a serialized value to a AzureStorageState instance.AzureStorageStateAzureStorageInfoValue. state()Get the state property: 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.
-