Uses of Enum
com.azure.resourcemanager.appservice.models.AzureStorageType
Packages that use AzureStorageType
Package
Description
Package containing the data models for WebSiteManagementClient.
-
Uses of AzureStorageType in com.azure.resourcemanager.appservice.models
Subclasses with type arguments of type AzureStorageType in com.azure.resourcemanager.appservice.modelsMethods in com.azure.resourcemanager.appservice.models that return AzureStorageTypeModifier and TypeMethodDescriptionstatic AzureStorageTypeAzureStorageType.fromString(String value) Parses a serialized value to a AzureStorageType instance.AzureStorageInfoValue.type()Get the type property: Type of storage.static AzureStorageTypeReturns 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 AzureStorageTypeModifier and TypeMethodDescriptionAzureStorageInfoValue.withType(AzureStorageType type) Set the type property: Type of storage.