你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

DetectorInfo 构造函数

定义

重载

DetectorInfo()

初始化 DetectorInfo 类的新实例。

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

初始化 DetectorInfo 类的新实例。

DetectorInfo()

初始化 DetectorInfo 类的新实例。

public DetectorInfo ();
Public Sub New ()

适用于

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

初始化 DetectorInfo 类的新实例。

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)

参数

id
String

检测器 ID

name
String

检测器的名称

description
String

检测器及其用途的简短说明。

author
String

检测器的作者。

category
String

问题类别。 这用于组织检测器的组。

supportTopicList
IList<SupportTopic>

为其启用此检测器的支持主题列表。

analysisType
IList<String>

此检测器应应用于的分析类型。

type
Nullable<DetectorType>

此检测器是否为分析检测器。 可能的值包括:“Detector”、“Analysis”、“CategoryOverview”

score
Nullable<Double>

定义检测器分数以支持基于 ML 的匹配。

适用于