Uses of Class
com.azure.resourcemanager.appservice.models.AzureStorageType
-
Packages that use AzureStorageType Package Description com.azure.resourcemanager.appservice.models Package containing the data models for WebSiteManagementClient. -
-
Uses of AzureStorageType in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return AzureStorageType Modifier and Type Method Description static AzureStorageTypeAzureStorageType. fromString(String value)Parses a serialized value to a AzureStorageType instance.AzureStorageTypeAzureStorageInfoValue. type()Get the type property: Type of storage.static AzureStorageTypeAzureStorageType. valueOf(String name)Returns the enum constant of this type with the specified name.static AzureStorageType[]AzureStorageType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.azure.resourcemanager.appservice.models with parameters of type AzureStorageType Modifier and Type Method Description AzureStorageInfoValueAzureStorageInfoValue. withType(AzureStorageType type)Set the type property: Type of storage.
-