CacheExpirationActionProperties Class
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.
Defines the parameters for the cache expiration action.
public class CacheExpirationActionProperties : Azure.ResourceManager.Cdn.Models.DeliveryRuleActionProperties, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Cdn.Models.CacheExpirationActionProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Cdn.Models.CacheExpirationActionProperties>
type CacheExpirationActionProperties = class
inherit DeliveryRuleActionProperties
interface IJsonModel<CacheExpirationActionProperties>
interface IPersistableModel<CacheExpirationActionProperties>
Public Class CacheExpirationActionProperties
Inherits DeliveryRuleActionProperties
Implements IJsonModel(Of CacheExpirationActionProperties), IPersistableModel(Of CacheExpirationActionProperties)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| CacheExpirationActionProperties(CacheBehaviorSetting, CdnCacheLevel) |
Initializes a new instance of CacheExpirationActionProperties. |
Properties
| Name | Description |
|---|---|
| CacheBehavior |
Caching behavior for the requests. |
| CacheDuration |
The duration for which the content needs to be cached. Allowed format is [d.]hh:mm:ss. |
| CacheType |
The level at which the content needs to be cached. |