Share via


PostArgsMatchConditionParameters Class

Definition

Defines the parameters for PostArgs match conditions

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20230501.PostArgsMatchConditionParametersTypeConverter))]
public class PostArgsMatchConditionParameters : Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20230501.IPostArgsMatchConditionParameters
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20230501.PostArgsMatchConditionParametersTypeConverter))>]
type PostArgsMatchConditionParameters = class
    interface IPostArgsMatchConditionParameters
    interface IJsonSerializable
Public Class PostArgsMatchConditionParameters
Implements IPostArgsMatchConditionParameters
Inheritance
PostArgsMatchConditionParameters
Attributes
Implements

Constructors

PostArgsMatchConditionParameters()

Creates an new PostArgsMatchConditionParameters 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

Selector

Name of PostArg to be matched

Transform

List of transforms

TypeName

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of PostArgsMatchConditionParameters.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of PostArgsMatchConditionParameters.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20230501.IPostArgsMatchConditionParameters.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of PostArgsMatchConditionParameters into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to