DeliveryRuleCacheKeyQueryStringAction Class

Definition

Defines the cache-key query string action for the delivery rule.

public class DeliveryRuleCacheKeyQueryStringAction : Azure.ResourceManager.Cdn.Models.DeliveryRuleAction, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Cdn.Models.DeliveryRuleCacheKeyQueryStringAction>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Cdn.Models.DeliveryRuleCacheKeyQueryStringAction>
public class DeliveryRuleCacheKeyQueryStringAction : Azure.ResourceManager.Cdn.Models.DeliveryRuleAction
type DeliveryRuleCacheKeyQueryStringAction = class
    inherit DeliveryRuleAction
    interface IJsonModel<DeliveryRuleCacheKeyQueryStringAction>
    interface IPersistableModel<DeliveryRuleCacheKeyQueryStringAction>
type DeliveryRuleCacheKeyQueryStringAction = class
    inherit DeliveryRuleAction
Public Class DeliveryRuleCacheKeyQueryStringAction
Inherits DeliveryRuleAction
Implements IJsonModel(Of DeliveryRuleCacheKeyQueryStringAction), IPersistableModel(Of DeliveryRuleCacheKeyQueryStringAction)
Public Class DeliveryRuleCacheKeyQueryStringAction
Inherits DeliveryRuleAction
Inheritance
DeliveryRuleCacheKeyQueryStringAction
Implements

Constructors

DeliveryRuleCacheKeyQueryStringAction(CacheKeyQueryStringActionProperties)

Initializes a new instance of DeliveryRuleCacheKeyQueryStringAction.

Properties

Properties

Defines the parameters for the action.

Explicit Interface Implementations

IJsonModel<DeliveryRuleAction>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from DeliveryRuleAction)
IJsonModel<DeliveryRuleCacheKeyQueryStringAction>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DeliveryRuleCacheKeyQueryStringAction>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DeliveryRuleAction>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from DeliveryRuleAction)
IPersistableModel<DeliveryRuleCacheKeyQueryStringAction>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DeliveryRuleCacheKeyQueryStringAction>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DeliveryRuleCacheKeyQueryStringAction>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to