Uses of Class
com.microsoft.azure.management.appservice.AzureStorageType
-
-
Uses of AzureStorageType in com.microsoft.azure.management.appservice
Methods in com.microsoft.azure.management.appservice that return AzureStorageType Modifier and Type Method Description static AzureStorageTypeAzureStorageType. fromString(String value)Parses a serialized value to a AzureStorageType instance.AzureStorageTypeAzureStorageInfoValue. type()Get 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.microsoft.azure.management.appservice with parameters of type AzureStorageType Modifier and Type Method Description AzureStorageInfoValueAzureStorageInfoValue. withType(AzureStorageType type)Set type of storage.
-