DeliveryRuleRemoteAddressCondition Class

Definition

Defines the RemoteAddress condition for the delivery rule.

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

Constructors

DeliveryRuleRemoteAddressCondition(RemoteAddressMatchCondition)

Initializes a new instance of DeliveryRuleRemoteAddressCondition.

Properties

Properties

Defines the parameters for the condition.

Explicit Interface Implementations

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)
IJsonModel<DeliveryRuleRemoteAddressCondition>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DeliveryRuleRemoteAddressCondition>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

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

Converts the provided BinaryData into a model.

IPersistableModel<DeliveryRuleRemoteAddressCondition>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DeliveryRuleRemoteAddressCondition>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to