Uses of Class
com.azure.resourcemanager.cdn.models.CacheType
-
Packages that use CacheType Package Description com.azure.resourcemanager.cdn.models Package containing the data models for CdnManagementClient. -
-
Uses of CacheType in com.azure.resourcemanager.cdn.models
Fields in com.azure.resourcemanager.cdn.models declared as CacheType Modifier and Type Field Description static CacheTypeCacheType. ALLStatic value All for CacheType.Methods in com.azure.resourcemanager.cdn.models that return CacheType Modifier and Type Method Description CacheTypeCacheExpirationActionParameters. 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 CacheType Modifier and Type Method Description static Collection<CacheType>CacheType. values()Methods in com.azure.resourcemanager.cdn.models with parameters of type CacheType Modifier and Type Method Description CacheExpirationActionParametersCacheExpirationActionParameters. withCacheType(CacheType cacheType)Set the cacheType property: The level at which the content needs to be cached.
-