AppComplianceReportPatch Class

Definition

A class represent a AppComplianceAutomation report resource update properties.

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

Constructors

AppComplianceReportPatch()

Initializes a new instance of AppComplianceReportPatch.

Properties

Properties

Report property.

Explicit Interface Implementations

IJsonModel<AppComplianceReportPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AppComplianceReportPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AppComplianceReportPatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AppComplianceReportPatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AppComplianceReportPatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to