SecurityAssessmentStatusResult Class
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.
The result of the assessment.
public class SecurityAssessmentStatusResult : Azure.ResourceManager.SecurityCenter.Models.SecurityAssessmentStatus
public class SecurityAssessmentStatusResult : Azure.ResourceManager.SecurityCenter.Models.SecurityAssessmentStatus, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.SecurityCenter.Models.SecurityAssessmentStatusResult>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.SecurityCenter.Models.SecurityAssessmentStatusResult>
type SecurityAssessmentStatusResult = class
inherit SecurityAssessmentStatus
type SecurityAssessmentStatusResult = class
inherit SecurityAssessmentStatus
interface IJsonModel<SecurityAssessmentStatusResult>
interface IPersistableModel<SecurityAssessmentStatusResult>
Public Class SecurityAssessmentStatusResult
Inherits SecurityAssessmentStatus
Public Class SecurityAssessmentStatusResult
Inherits SecurityAssessmentStatus
Implements IJsonModel(Of SecurityAssessmentStatusResult), IPersistableModel(Of SecurityAssessmentStatusResult)
- Inheritance
- Implements
Constructors
SecurityAssessmentStatusResult(SecurityAssessmentStatusCode) |
Initializes a new instance of SecurityAssessmentStatusResult. |
Properties
Cause |
Programmatic code for the cause of the assessment status. (Inherited from SecurityAssessmentStatus) |
Code |
Programmatic code for the status of the assessment. (Inherited from SecurityAssessmentStatus) |
Description |
Human readable description of the assessment status. (Inherited from SecurityAssessmentStatus) |
FirstEvaluatedOn |
The time that the assessment was created and first evaluated. Returned as UTC time in ISO 8601 format. |
StatusChangeOn |
The time that the status of the assessment last changed. Returned as UTC time in ISO 8601 format. |
Explicit Interface Implementations
Applies to
Azure SDK for .NET