Uses of Enum
com.azure.resourcemanager.appservice.models.StorageType
Packages that use StorageType
Package
Description
Package containing the data models for WebSiteManagementClient.
-
Uses of StorageType in com.azure.resourcemanager.appservice.models
Subclasses with type arguments of type StorageType in com.azure.resourcemanager.appservice.modelsMethods in com.azure.resourcemanager.appservice.models that return StorageTypeModifier and TypeMethodDescriptionArcConfiguration.artifactsStorageType()Get the artifactsStorageType property: The artifactsStorageType property.static StorageTypeStorageType.fromString(String value) Parses a serialized value to a StorageType instance.static StorageTypeReturns 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 StorageTypeModifier and TypeMethodDescriptionArcConfiguration.withArtifactsStorageType(StorageType artifactsStorageType) Set the artifactsStorageType property: The artifactsStorageType property.