Udostępnij za pośrednictwem


IsDeviceMatchConditionParameters Class

Definition

Defines the parameters for IsDevice match conditions

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.IsDeviceMatchConditionParametersTypeConverter))]
public class IsDeviceMatchConditionParameters : Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.IIsDeviceMatchConditionParameters
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.IsDeviceMatchConditionParametersTypeConverter))>]
type IsDeviceMatchConditionParameters = class
    interface IIsDeviceMatchConditionParameters
    interface IJsonSerializable
Public Class IsDeviceMatchConditionParameters
Implements IIsDeviceMatchConditionParameters
Inheritance
IsDeviceMatchConditionParameters
Attributes
Implements

Constructors

IsDeviceMatchConditionParameters()

Creates an new IsDeviceMatchConditionParameters instance.

Properties

MatchValue

The match value for the condition of the delivery rule

NegateCondition

Describes if this is negate condition or not

Operator

Describes operator to be matched

Transform

List of transforms

TypeName

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of IsDeviceMatchConditionParameters.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of IsDeviceMatchConditionParameters.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.IIsDeviceMatchConditionParameters.

FromJsonString(String)

Creates a new instance of IsDeviceMatchConditionParameters, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of IsDeviceMatchConditionParameters into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to