Share via


DeliveryRuleCondition Class

Definition

[System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.ResourceManager.Cdn.Models.UnknownDeliveryRuleCondition))]
public abstract class DeliveryRuleCondition : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Cdn.Models.DeliveryRuleCondition>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Cdn.Models.DeliveryRuleCondition>
public abstract class DeliveryRuleCondition
[<System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.ResourceManager.Cdn.Models.UnknownDeliveryRuleCondition))>]
type DeliveryRuleCondition = class
    interface IJsonModel<DeliveryRuleCondition>
    interface IPersistableModel<DeliveryRuleCondition>
type DeliveryRuleCondition = class
Public MustInherit Class DeliveryRuleCondition
Implements IJsonModel(Of DeliveryRuleCondition), IPersistableModel(Of DeliveryRuleCondition)
Public MustInherit Class DeliveryRuleCondition
Inheritance
DeliveryRuleCondition
Derived
Attributes
Implements

Constructors

DeliveryRuleCondition()

Initializes a new instance of DeliveryRuleCondition.

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.

IJsonModel<DeliveryRuleCondition>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DeliveryRuleCondition>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DeliveryRuleCondition>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DeliveryRuleCondition>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to