AppComplianceGetOverviewStatusContent Class

Definition

Get overview status request object.

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

Constructors

AppComplianceGetOverviewStatusContent()

Initializes a new instance of AppComplianceGetOverviewStatusContent.

Properties

GetOverviewStatusRequestType

The resource type.

Explicit Interface Implementations

IJsonModel<AppComplianceGetOverviewStatusContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AppComplianceGetOverviewStatusContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AppComplianceGetOverviewStatusContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AppComplianceGetOverviewStatusContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AppComplianceGetOverviewStatusContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to