Uses of Class
com.azure.resourcemanager.cdn.models.CacheType
Packages that use CacheType
Package
Description
Package containing the data models for CdnManagementClient.
-
Uses of CacheType in com.azure.resourcemanager.cdn.models
Subclasses with type arguments of type CacheType in com.azure.resourcemanager.cdn.modelsModifier and TypeClassDescriptionfinal classThe level at which the content needs to be cached.Fields in com.azure.resourcemanager.cdn.models declared as CacheTypeModifier and TypeFieldDescriptionstatic final CacheTypeCacheType.ALLStatic value All for CacheType.Methods in com.azure.resourcemanager.cdn.models that return CacheTypeModifier and TypeMethodDescriptionCacheExpirationActionParameters.cacheType()Get the cacheType property: The level at which the content needs to be cached.static CacheTypeCacheType.fromString(String name) Creates or finds a CacheType from its string representation.Methods in com.azure.resourcemanager.cdn.models that return types with arguments of type CacheTypeModifier and TypeMethodDescriptionstatic Collection<CacheType> CacheType.values()Gets known CacheType values.Methods in com.azure.resourcemanager.cdn.models with parameters of type CacheTypeModifier and TypeMethodDescriptionCacheExpirationActionParameters.withCacheType(CacheType cacheType) Set the cacheType property: The level at which the content needs to be cached.