DeliveryRuleEdgeActionProperties Class

Definition

Defines the parameters for the edge action.

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

Constructors

Name Description
DeliveryRuleEdgeActionProperties(EdgeActionInvocationPoint)

Initializes a new instance of DeliveryRuleEdgeActionProperties.

Properties

Name Description
EdgeActionReferenceId

Resource ID.

InvocationPoint

Defines at which point in the request processing pipeline the edge action will be invoked.

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<DeliveryRuleEdgeActionProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)
IJsonModel<DeliveryRuleEdgeActionProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)
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<DeliveryRuleEdgeActionProperties>.Create(BinaryData, ModelReaderWriterOptions)
IPersistableModel<DeliveryRuleEdgeActionProperties>.GetFormatFromOptions(ModelReaderWriterOptions)
IPersistableModel<DeliveryRuleEdgeActionProperties>.Write(ModelReaderWriterOptions)

Applies to