IsDeviceMatchCondition Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines the parameters for IsDevice match conditions.
public class IsDeviceMatchCondition : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Cdn.Models.IsDeviceMatchCondition>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Cdn.Models.IsDeviceMatchCondition>
public class IsDeviceMatchCondition
type IsDeviceMatchCondition = class
interface IJsonModel<IsDeviceMatchCondition>
interface IPersistableModel<IsDeviceMatchCondition>
type IsDeviceMatchCondition = class
Public Class IsDeviceMatchCondition
Implements IJsonModel(Of IsDeviceMatchCondition), IPersistableModel(Of IsDeviceMatchCondition)
Public Class IsDeviceMatchCondition
- Inheritance
-
IsDeviceMatchCondition
- Implements
Constructors
IsDeviceMatchCondition(IsDeviceMatchConditionType, IsDeviceOperator) |
Initializes a new instance of IsDeviceMatchCondition. |
Properties
ConditionType |
Gets or sets the condition type. |
IsDeviceOperator |
Describes operator to be matched. |
MatchValues |
The match value for the condition of the delivery rule. |
NegateCondition |
Describes if this is negate condition or not. |
Transforms |
List of transforms. |
Explicit Interface Implementations
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<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. |