次の方法で共有


CacheExpirationActionProperties コンストラクター

定義

CacheExpirationActionProperties の新しいインスタンスを初期化します。

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

パラメーター

cacheBehavior
CacheBehaviorSetting

要求のキャッシュ動作。

cacheType
CdnCacheLevel

コンテンツをキャッシュする必要があるレベル。

適用対象