RemoteAddressMatchConditionParameters Class

Definition

Defines the parameters for RemoteAddress match conditions

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

Constructors

RemoteAddressMatchConditionParameters()

Creates an new RemoteAddressMatchConditionParameters instance.

Properties

MatchValue

Match values to match against. The operator will apply to each value in here with OR semantics. If any of them match the variable with the given operator this match condition is considered a match.

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 RemoteAddressMatchConditionParameters.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of RemoteAddressMatchConditionParameters.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of RemoteAddressMatchConditionParameters into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to