SubAssessmentStatus 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.
Status of the sub-assessment.
public class SubAssessmentStatus
public class SubAssessmentStatus : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.SecurityCenter.Models.SubAssessmentStatus>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.SecurityCenter.Models.SubAssessmentStatus>
type SubAssessmentStatus = class
type SubAssessmentStatus = class
interface IJsonModel<SubAssessmentStatus>
interface IPersistableModel<SubAssessmentStatus>
Public Class SubAssessmentStatus
Public Class SubAssessmentStatus
Implements IJsonModel(Of SubAssessmentStatus), IPersistableModel(Of SubAssessmentStatus)
- Inheritance
-
SubAssessmentStatus
- Implements
Constructors
SubAssessmentStatus() |
Initializes a new instance of SubAssessmentStatus. |
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. |
Severity |
The sub-assessment severity level. |
Explicit Interface Implementations
IJsonModel<SubAssessmentStatus>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<SubAssessmentStatus>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<SubAssessmentStatus>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<SubAssessmentStatus>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<SubAssessmentStatus>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET