ArmSecurityCenterModelFactory.SecurityAssessmentStatus 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.
public static Azure.ResourceManager.SecurityCenter.Models.SecurityAssessmentStatus SecurityAssessmentStatus(Azure.ResourceManager.SecurityCenter.Models.SecurityAssessmentStatusCode code = default, string cause = default, string description = default);
static member SecurityAssessmentStatus : Azure.ResourceManager.SecurityCenter.Models.SecurityAssessmentStatusCode * string * string -> Azure.ResourceManager.SecurityCenter.Models.SecurityAssessmentStatus
Public Shared Function SecurityAssessmentStatus (Optional code As SecurityAssessmentStatusCode = Nothing, Optional cause As String = Nothing, Optional description As String = Nothing) As SecurityAssessmentStatus
Parameters
Programmatic code for the status of the assessment.
- cause
- String
Programmatic code for the cause of the assessment status.
- description
- String
Human readable description of the assessment status.
Returns
A new SecurityAssessmentStatus instance for mocking.