Share via


IsDeviceMatchCondition Class

Definition

Defines the parameters for IsDevice match conditions Serialized Name: IsDeviceMatchConditionParameters

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

Constructors

IsDeviceMatchCondition(IsDeviceOperator)

Initializes a new instance of IsDeviceMatchCondition.

Properties

IsDeviceOperator

Describes operator to be matched Serialized Name: IsDeviceMatchConditionParameters.operator

MatchValues

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

NegateCondition

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

Transforms

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

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

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

Converts the provided BinaryData into a model.

IPersistableModel<IsDeviceMatchCondition>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<IsDeviceMatchCondition>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to