FrontDoorRulePatch Class

Definition

The domain JSON object required for domain creation or update.

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

Constructors

Name Description
FrontDoorRulePatch()

Initializes a new instance of FrontDoorRulePatch.

Properties

Name Description
Actions

A list of actions that are executed when all the conditions of a rule are satisfied.

Conditions

A list of conditions that must be matched for the actions to be executed.

MatchProcessingBehavior

If this rule is a match should the rules engine continue running the remaining rules or stop. If not present, defaults to Continue.

Order

The order in which the rules are applied for the endpoint. Possible values {0,1,2,3,………}. A rule with a lesser order will be applied before a rule with a greater order. Rule with order 0 is a special rule. It does not require any condition and actions listed in it will always be applied.

RuleSetName

The name of the rule set containing the rule.

Methods

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

Explicit Interface Implementations

Name Description
IJsonModel<FrontDoorRulePatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<FrontDoorRulePatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<FrontDoorRulePatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<FrontDoorRulePatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<FrontDoorRulePatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to