SecurityAssessmentStatusResult Class

Definition

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
SecurityAssessmentStatusResult
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

IJsonModel<SecurityAssessmentStatus>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

(Inherited from SecurityAssessmentStatus)
IJsonModel<SecurityAssessmentStatus>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from SecurityAssessmentStatus)
IJsonModel<SecurityAssessmentStatusResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<SecurityAssessmentStatusResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SecurityAssessmentStatus>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from SecurityAssessmentStatus)
IPersistableModel<SecurityAssessmentStatus>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

(Inherited from SecurityAssessmentStatus)
IPersistableModel<SecurityAssessmentStatus>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from SecurityAssessmentStatus)
IPersistableModel<SecurityAssessmentStatusResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SecurityAssessmentStatusResult>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<SecurityAssessmentStatusResult>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to