Freigeben über


ArmAppServiceModelFactory.DetectorInfo Methode

Definition

Initialisiert eine neue instance von DetectorInfo.

public static Azure.ResourceManager.AppService.Models.DetectorInfo DetectorInfo (string id = default, string name = default, string description = default, string author = default, string category = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.AppService.Models.DetectorSupportTopic> supportTopicList = default, System.Collections.Generic.IEnumerable<string> analysisType = default, Azure.ResourceManager.AppService.Models.DetectorType? detectorType = default, float? score = default);
static member DetectorInfo : string * string * string * string * string * seq<Azure.ResourceManager.AppService.Models.DetectorSupportTopic> * seq<string> * Nullable<Azure.ResourceManager.AppService.Models.DetectorType> * Nullable<single> -> Azure.ResourceManager.AppService.Models.DetectorInfo
Public Shared Function DetectorInfo (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 IEnumerable(Of DetectorSupportTopic) = Nothing, Optional analysisType As IEnumerable(Of String) = Nothing, Optional detectorType As Nullable(Of DetectorType) = Nothing, Optional score As Nullable(Of Single) = Nothing) As DetectorInfo

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
IEnumerable<DetectorSupportTopic>

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

analysisType
IEnumerable<String>

Analysetypen, für die dieser Detektor gelten soll.

detectorType
Nullable<DetectorType>

Gibt an, ob es sich bei diesem Detektor um einen Analysedetektor handelt oder nicht.

score
Nullable<Single>

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

Gibt zurück

Eine neue DetectorInfo instance zum Mocking.

Gilt für: