ArmCertificateRegistrationModelFactory.AppServiceDetectorInfo Method

Definition

Definition of Detector.

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

Parameters

id
String

Id of detector.

name
String

Name of detector.

description
String

Short description of the detector and its purpose.

author
String

Author of the detector.

category
String

Problem category. This serves for organizing group for detectors.

supportTopicList
IEnumerable<DetectorSupportTopic>

List of Support Topics for which this detector is enabled.

analysisType
IEnumerable<String>

Analysis Types for which this detector should apply to.

type
Nullable<AppServiceDetectorType>

Whether this detector is an Analysis Detector or not.

score
Nullable<Single>

Defines score of a detector to power ML based matching.

Returns

A new AppServiceDetectorInfo instance for mocking.

Applies to