Share via


ServerPortMatchCondition Class

Definition

Defines the parameters for ServerPort match conditions Serialized Name: ServerPortMatchConditionParameters

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

Constructors

ServerPortMatchCondition(ServerPortOperator)

Initializes a new instance of ServerPortMatchCondition.

Properties

MatchValues

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

NegateCondition

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

ServerPortOperator

Describes operator to be matched Serialized Name: ServerPortMatchConditionParameters.operator

Transforms

List of transforms Serialized Name: ServerPortMatchConditionParameters.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<ServerPortMatchCondition>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Converts the provided BinaryData into a model.

IPersistableModel<ServerPortMatchCondition>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ServerPortMatchCondition>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to