AppComplianceGetOverviewStatusResult Class

Definition

The get overview status response.

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

Properties

StatusList

List of different status items.

Explicit Interface Implementations

IJsonModel<AppComplianceGetOverviewStatusResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AppComplianceGetOverviewStatusResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AppComplianceGetOverviewStatusResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AppComplianceGetOverviewStatusResult>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AppComplianceGetOverviewStatusResult>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to