RequestSchemeMatchConditionParameters 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
RequestSchemeMatchConditionParameters() |
Initializes a new instance of the RequestSchemeMatchConditionParameters class. |
RequestSchemeMatchConditionParameters(Nullable<Boolean>, IList<String>) |
Initializes a new instance of the RequestSchemeMatchConditionParameters class. |
RequestSchemeMatchConditionParameters()
Initializes a new instance of the RequestSchemeMatchConditionParameters class.
public RequestSchemeMatchConditionParameters ();
Public Sub New ()
Applies to
RequestSchemeMatchConditionParameters(Nullable<Boolean>, IList<String>)
Initializes a new instance of the RequestSchemeMatchConditionParameters class.
public RequestSchemeMatchConditionParameters (bool? negateCondition = default, System.Collections.Generic.IList<string> matchValues = default);
new Microsoft.Azure.Management.Cdn.Models.RequestSchemeMatchConditionParameters : Nullable<bool> * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.Cdn.Models.RequestSchemeMatchConditionParameters
Public Sub New (Optional negateCondition As Nullable(Of Boolean) = Nothing, Optional matchValues As IList(Of String) = Nothing)