Udostępnij za pośrednictwem


UrlPathMatchConditionParameters Class

Definition

Defines the parameters for UrlPath match conditions

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

Constructors

UrlPathMatchConditionParameters()

Creates an new UrlPathMatchConditionParameters 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 UrlPathMatchConditionParameters.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of UrlPathMatchConditionParameters.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of UrlPathMatchConditionParameters into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to