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
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.