ArmCertificateRegistrationModelFactory.DetectorStatusInfo 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.
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.