Share via


CacheKeyQueryStringActionProperties Class

Definition

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
CacheKeyQueryStringActionProperties
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)

Explicit Interface Implementations

IJsonModel<CacheKeyQueryStringActionProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<CacheKeyQueryStringActionProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<DeliveryRuleActionProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

(Inherited from DeliveryRuleActionProperties)
IJsonModel<DeliveryRuleActionProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from DeliveryRuleActionProperties)
IPersistableModel<CacheKeyQueryStringActionProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<CacheKeyQueryStringActionProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<CacheKeyQueryStringActionProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<DeliveryRuleActionProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from DeliveryRuleActionProperties)
IPersistableModel<DeliveryRuleActionProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

(Inherited from DeliveryRuleActionProperties)
IPersistableModel<DeliveryRuleActionProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from DeliveryRuleActionProperties)

Applies to