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