ArmCertificateRegistrationModelFactory.DetectorStatusInfo Method

Definition

Identify the status of the most severe insight generated by the detector.

public static Azure.ResourceManager.CertificateRegistration.Models.DetectorStatusInfo DetectorStatusInfo(string message = default, Azure.ResourceManager.CertificateRegistration.Models.DetectorInsightStatus? statusId = default);
static member DetectorStatusInfo : string * Nullable<Azure.ResourceManager.CertificateRegistration.Models.DetectorInsightStatus> -> Azure.ResourceManager.CertificateRegistration.Models.DetectorStatusInfo
Public Shared Function DetectorStatusInfo (Optional message As String = Nothing, Optional statusId As Nullable(Of DetectorInsightStatus) = Nothing) As DetectorStatusInfo

Parameters

message
String

Descriptive message.

statusId
Nullable<DetectorInsightStatus>

Level of the most severe insight generated by the detector.

Returns

A new DetectorStatusInfo instance for mocking.

Applies to