Share via


OriginGroupOverrideAction Class

Definition

Defines the origin group override action for the delivery rule.

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

Constructors

OriginGroupOverrideAction(OriginGroupOverrideActionProperties)

Initializes a new instance of OriginGroupOverrideAction.

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<OriginGroupOverrideAction>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<OriginGroupOverrideAction>.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<OriginGroupOverrideAction>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<OriginGroupOverrideAction>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<OriginGroupOverrideAction>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to