Freigeben über


CacheExpirationActionProperties(CacheBehaviorSetting, CdnCacheLevel) Constructor

Definition

Initializes a new instance of CacheExpirationActionProperties.

public CacheExpirationActionProperties(Azure.ResourceManager.Cdn.Models.CacheBehaviorSetting cacheBehavior, Azure.ResourceManager.Cdn.Models.CdnCacheLevel cacheType);
new Azure.ResourceManager.Cdn.Models.CacheExpirationActionProperties : Azure.ResourceManager.Cdn.Models.CacheBehaviorSetting * Azure.ResourceManager.Cdn.Models.CdnCacheLevel -> Azure.ResourceManager.Cdn.Models.CacheExpirationActionProperties
Public Sub New (cacheBehavior As CacheBehaviorSetting, cacheType As CdnCacheLevel)

Parameters

cacheBehavior
CacheBehaviorSetting

Caching behavior for the requests.

cacheType
CdnCacheLevel

The level at which the content needs to be cached.

Applies to