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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET