Freigeben über


DetectorInfo Konstruktoren

Definition

Überlädt

DetectorInfo()

Initialisiert eine neue instance der DetectorInfo-Klasse.

DetectorInfo(String, String, String, String, String, IList<SupportTopic>, IList<String>, Nullable<DetectorType>, Nullable<Double>)

Initialisiert eine neue instance der DetectorInfo-Klasse.

DetectorInfo()

Initialisiert eine neue instance der DetectorInfo-Klasse.

public DetectorInfo();
Public Sub New ()

Gilt für:

DetectorInfo(String, String, String, String, String, IList<SupportTopic>, IList<String>, Nullable<DetectorType>, Nullable<Double>)

Initialisiert eine neue instance der DetectorInfo-Klasse.

public DetectorInfo(string id = default, string name = default, string description = default, string author = default, string category = default, System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.SupportTopic> supportTopicList = default, System.Collections.Generic.IList<string> analysisType = default, Microsoft.Azure.Management.WebSites.Models.DetectorType? type = default, double? score = default);
new Microsoft.Azure.Management.WebSites.Models.DetectorInfo : string * string * string * string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.SupportTopic> * System.Collections.Generic.IList<string> * Nullable<Microsoft.Azure.Management.WebSites.Models.DetectorType> * Nullable<double> -> Microsoft.Azure.Management.WebSites.Models.DetectorInfo
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional description As String = Nothing, Optional author As String = Nothing, Optional category As String = Nothing, Optional supportTopicList As IList(Of SupportTopic) = Nothing, Optional analysisType As IList(Of String) = Nothing, Optional type As Nullable(Of DetectorType) = Nothing, Optional score As Nullable(Of Double) = Nothing)

Parameter

id
String

Id des Detektors

name
String

Name des Detektors

description
String

Kurze Beschreibung des Detektors und seines Zwecks.

author
String

Autor des Detektors.

category
String

Problemkategorie. Dies dient der Organisation von Gruppen für Detektoren.

supportTopicList
IList<SupportTopic>

Liste der Supportthemen, für die dieser Detektor aktiviert ist.

analysisType
IList<String>

Analysetypen, für die dieser Detektor gelten soll.

type
Nullable<DetectorType>

Gibt an, ob es sich bei diesem Detektor um einen Analysedetektor handelt oder nicht. Mögliche Werte: "Detector", "Analysis", "CategoryOverview"

score
Nullable<Double>

Definiert die Bewertung eines Detektors, um den ML-basierten Abgleich zu verbessern.

Gilt für: