CacheKeyQueryStringActionProperties 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-key query string action. Serialized Name: CacheKeyQueryStringActionParameters
public class CacheKeyQueryStringActionProperties : Azure.ResourceManager.Cdn.Models.DeliveryRuleActionProperties, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Cdn.Models.CacheKeyQueryStringActionProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Cdn.Models.CacheKeyQueryStringActionProperties>
public class CacheKeyQueryStringActionProperties
type CacheKeyQueryStringActionProperties = class
inherit DeliveryRuleActionProperties
interface IJsonModel<CacheKeyQueryStringActionProperties>
interface IPersistableModel<CacheKeyQueryStringActionProperties>
type CacheKeyQueryStringActionProperties = class
Public Class CacheKeyQueryStringActionProperties
Inherits DeliveryRuleActionProperties
Implements IJsonModel(Of CacheKeyQueryStringActionProperties), IPersistableModel(Of CacheKeyQueryStringActionProperties)
Public Class CacheKeyQueryStringActionProperties
- Inheritance
- Inheritance
-
CacheKeyQueryStringActionProperties
- Implements
Constructors
CacheKeyQueryStringActionProperties(QueryStringBehavior) |
Initializes a new instance of CacheKeyQueryStringActionProperties. |
Properties
QueryParameters |
query parameters to include or exclude (comma separated). Serialized Name: CacheKeyQueryStringActionParameters.queryParameters |
QueryStringBehavior |
Caching behavior for the requests Serialized Name: CacheKeyQueryStringActionParameters.queryStringBehavior |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |