Share via


ClientPortMatchCondition Class

Definition

Defines the parameters for ClientPort match conditions Serialized Name: ClientPortMatchConditionParameters

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

Constructors

ClientPortMatchCondition(ClientPortOperator)

Initializes a new instance of ClientPortMatchCondition.

Properties

ClientPortOperator

Describes operator to be matched Serialized Name: ClientPortMatchConditionParameters.operator

MatchValues

The match value for the condition of the delivery rule Serialized Name: ClientPortMatchConditionParameters.matchValues

NegateCondition

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

Transforms

List of transforms Serialized Name: ClientPortMatchConditionParameters.transforms

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ClientPortMatchCondition>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ClientPortMatchCondition>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

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

Converts the provided BinaryData into a model.

IPersistableModel<ClientPortMatchCondition>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ClientPortMatchCondition>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

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)

Applies to