ArmCertificateRegistrationModelFactory.AppServiceDetectorInfo Method
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.
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.
Whether this detector is an Analysis Detector or not.
Returns
A new AppServiceDetectorInfo instance for mocking.