RequestUriMatchConditionParameters Constructors
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.
Overloads
RequestUriMatchConditionParameters() |
Initializes a new instance of the RequestUriMatchConditionParameters class. |
RequestUriMatchConditionParameters(String, Nullable<Boolean>, IList<String>, IList<String>) |
Initializes a new instance of the RequestUriMatchConditionParameters class. |
RequestUriMatchConditionParameters()
Initializes a new instance of the RequestUriMatchConditionParameters class.
public RequestUriMatchConditionParameters ();
Public Sub New ()
Applies to
RequestUriMatchConditionParameters(String, Nullable<Boolean>, IList<String>, IList<String>)
Initializes a new instance of the RequestUriMatchConditionParameters class.
public RequestUriMatchConditionParameters (string operatorProperty, bool? negateCondition = default, System.Collections.Generic.IList<string> matchValues = default, System.Collections.Generic.IList<string> transforms = default);
new Microsoft.Azure.Management.Cdn.Models.RequestUriMatchConditionParameters : string * Nullable<bool> * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.Cdn.Models.RequestUriMatchConditionParameters
Public Sub New (operatorProperty As String, Optional negateCondition As Nullable(Of Boolean) = Nothing, Optional matchValues As IList(Of String) = Nothing, Optional transforms As IList(Of String) = Nothing)
Parameters
- operatorProperty
- String
Describes operator to be matched. Possible values include: 'Any', 'Equal', 'Contains', 'BeginsWith', 'EndsWith', 'LessThan', 'LessThanOrEqual', 'GreaterThan', 'GreaterThanOrEqual', 'RegEx'
Applies to
Azure SDK for .NET