HeaderActionProperties Class

Definition

Defines the parameters for the request header action.

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

Constructors

Name Description
HeaderActionProperties(HeaderAction, String)

Initializes a new instance of HeaderActionProperties.

Properties

Name Description
HeaderAction

Action to perform.

HeaderName

Name of the header to modify.

Value

Value for the specified action.

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
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)
IJsonModel<HeaderActionProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<HeaderActionProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

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)
IPersistableModel<HeaderActionProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<HeaderActionProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<HeaderActionProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to