SecurityAssessmentStatus Class

Definition

The result of the assessment.

public class SecurityAssessmentStatus
public class SecurityAssessmentStatus : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.SecurityCenter.Models.SecurityAssessmentStatus>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.SecurityCenter.Models.SecurityAssessmentStatus>
type SecurityAssessmentStatus = class
type SecurityAssessmentStatus = class
    interface IJsonModel<SecurityAssessmentStatus>
    interface IPersistableModel<SecurityAssessmentStatus>
Public Class SecurityAssessmentStatus
Public Class SecurityAssessmentStatus
Implements IJsonModel(Of SecurityAssessmentStatus), IPersistableModel(Of SecurityAssessmentStatus)
Inheritance
SecurityAssessmentStatus
Derived
Implements

Constructors

SecurityAssessmentStatus(SecurityAssessmentStatusCode)

Initializes a new instance of SecurityAssessmentStatus.

Properties

Cause

Programmatic code for the cause of the assessment status.

Code

Programmatic code for the status of the assessment.

Description

Human readable description of the assessment status.

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.

IJsonModel<SecurityAssessmentStatus>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SecurityAssessmentStatus>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SecurityAssessmentStatus>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SecurityAssessmentStatus>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to