QuickAssessment 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.
A class represent the quick assessment.
public class QuickAssessment : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.AppComplianceAutomation.Models.QuickAssessment>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.AppComplianceAutomation.Models.QuickAssessment>
type QuickAssessment = class
interface IJsonModel<QuickAssessment>
interface IPersistableModel<QuickAssessment>
Public Class QuickAssessment
Implements IJsonModel(Of QuickAssessment), IPersistableModel(Of QuickAssessment)
- Inheritance
-
QuickAssessment
- Implements
Properties
CreatedOn |
The timestamp of resource creation (UTC). |
Description |
Quick assessment display name. |
DisplayName |
Quick assessment display name. |
RemediationLink |
Link to remediation steps for this quick assessment. |
ResourceId |
Resource id. |
ResourceStatus |
Quick assessment status. |
ResponsibilityId |
Responsibility id. |
Explicit Interface Implementations
IJsonModel<QuickAssessment>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<QuickAssessment>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<QuickAssessment>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<QuickAssessment>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<QuickAssessment>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET