QueryStringMatchConditionParameters 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 QueryString match conditions
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.QueryStringMatchConditionParametersTypeConverter))]
public class QueryStringMatchConditionParameters : Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.IQueryStringMatchConditionParameters
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.QueryStringMatchConditionParametersTypeConverter))>]
type QueryStringMatchConditionParameters = class
interface IQueryStringMatchConditionParameters
interface IJsonSerializable
Public Class QueryStringMatchConditionParameters
Implements IQueryStringMatchConditionParameters
- Inheritance
-
QueryStringMatchConditionParameters
- Attributes
- Implements
Constructors
QueryStringMatchConditionParameters() |
Creates an new QueryStringMatchConditionParameters 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 QueryStringMatchConditionParameters. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of QueryStringMatchConditionParameters. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.IQueryStringMatchConditionParameters. |
FromJsonString(String) |
Creates a new instance of QueryStringMatchConditionParameters, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of QueryStringMatchConditionParameters into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |