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