DetectorDefinition 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
DetectorDefinition() |
Initializes a new instance of the DetectorDefinition class. |
DetectorDefinition(String, String, Nullable<Double>, Nullable<Boolean>) |
Initializes a new instance of the DetectorDefinition class. |
DetectorDefinition()
Initializes a new instance of the DetectorDefinition class.
public DetectorDefinition ();
Public Sub New ()
Applies to
DetectorDefinition(String, String, Nullable<Double>, Nullable<Boolean>)
Initializes a new instance of the DetectorDefinition class.
public DetectorDefinition (string displayName = default, string description = default, double? rank = default, bool? isEnabled = default);
new Microsoft.Azure.Management.WebSites.Models.DetectorDefinition : string * string * Nullable<double> * Nullable<bool> -> Microsoft.Azure.Management.WebSites.Models.DetectorDefinition
Public Sub New (Optional displayName As String = Nothing, Optional description As String = Nothing, Optional rank As Nullable(Of Double) = Nothing, Optional isEnabled As Nullable(Of Boolean) = Nothing)
Parameters
- displayName
- String
Display name of the detector
- description
- String
Description of the detector
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET