Dela via


RemoteAddressMatchCondition Class

Definition

Defines the parameters for RemoteAddress match conditions Serialized Name: RemoteAddressMatchConditionParameters

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

Constructors

RemoteAddressMatchCondition(RemoteAddressOperator)

Initializes a new instance of RemoteAddressMatchCondition.

Properties

MatchValues

Match values to match against. The operator will apply to each value in here with OR semantics. If any of them match the variable with the given operator this match condition is considered a match. Serialized Name: RemoteAddressMatchConditionParameters.matchValues

NegateCondition

Describes if this is negate condition or not Serialized Name: RemoteAddressMatchConditionParameters.negateCondition

RemoteAddressOperator

Describes operator to be matched Serialized Name: RemoteAddressMatchConditionParameters.operator

Transforms

List of transforms Serialized Name: RemoteAddressMatchConditionParameters.transforms

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<DeliveryRuleConditionProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from DeliveryRuleConditionProperties)
IJsonModel<RemoteAddressMatchCondition>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<RemoteAddressMatchCondition>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DeliveryRuleConditionProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from DeliveryRuleConditionProperties)
IPersistableModel<RemoteAddressMatchCondition>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<RemoteAddressMatchCondition>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<RemoteAddressMatchCondition>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to