Uses of Class
com.azure.resourcemanager.appservice.models.StorageType
-
Packages that use StorageType Package Description com.azure.resourcemanager.appservice.models Package containing the data models for WebSiteManagementClient. -
-
Uses of StorageType in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return StorageType Modifier and Type Method Description StorageTypeArcConfiguration. artifactsStorageType()Get the artifactsStorageType property: The artifactsStorageType property.static StorageTypeStorageType. fromString(String value)Parses a serialized value to a StorageType instance.static StorageTypeStorageType. valueOf(String name)Returns the enum constant of this type with the specified name.static StorageType[]StorageType. 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 StorageType Modifier and Type Method Description ArcConfigurationArcConfiguration. withArtifactsStorageType(StorageType artifactsStorageType)Set the artifactsStorageType property: The artifactsStorageType property.
-