DeliveryRuleClientPortCondition Class

Definition

Defines the ClientPort condition for the delivery rule.

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

Constructors

DeliveryRuleClientPortCondition(ClientPortMatchCondition)

Initializes a new instance of DeliveryRuleClientPortCondition.

Properties

Properties

Defines the parameters for the condition.

Explicit Interface Implementations

IJsonModel<DeliveryRuleClientPortCondition>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DeliveryRuleClientPortCondition>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<DeliveryRuleCondition>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from DeliveryRuleCondition)
IPersistableModel<DeliveryRuleClientPortCondition>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DeliveryRuleClientPortCondition>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DeliveryRuleClientPortCondition>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<DeliveryRuleCondition>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from DeliveryRuleCondition)

Applies to