IsDeviceMatchConditionParameters 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
IsDeviceMatchConditionParameters() |
Initializes a new instance of the IsDeviceMatchConditionParameters class. |
IsDeviceMatchConditionParameters(Nullable<Boolean>, IList<String>, IList<String>) |
Initializes a new instance of the IsDeviceMatchConditionParameters class. |
IsDeviceMatchConditionParameters()
Initializes a new instance of the IsDeviceMatchConditionParameters class.
public IsDeviceMatchConditionParameters ();
Public Sub New ()
Applies to
IsDeviceMatchConditionParameters(Nullable<Boolean>, IList<String>, IList<String>)
Initializes a new instance of the IsDeviceMatchConditionParameters class.
public IsDeviceMatchConditionParameters (bool? negateCondition = default, System.Collections.Generic.IList<string> matchValues = default, System.Collections.Generic.IList<string> transforms = default);
new Microsoft.Azure.Management.Cdn.Models.IsDeviceMatchConditionParameters : Nullable<bool> * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.Cdn.Models.IsDeviceMatchConditionParameters
Public Sub New (Optional negateCondition As Nullable(Of Boolean) = Nothing, Optional matchValues As IList(Of String) = Nothing, Optional transforms As IList(Of String) = Nothing)
Parameters
Applies to
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.