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