CacheExpirationActionProperties Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of 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)
Parameters
- actionType
- CacheExpirationActionType
- cacheBehavior
- CacheBehaviorSetting
Caching behavior for the requests.
- cacheType
- CdnCacheLevel
The level at which the content needs to be cached.
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET