AppComplianceReportWebhookPatch Class

Definition

A class represent a AppComplianceAutomation webhook resource update properties.

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

Constructors

AppComplianceReportWebhookPatch()

Initializes a new instance of AppComplianceReportWebhookPatch.

Properties

Properties

Webhook property.

Explicit Interface Implementations

IJsonModel<AppComplianceReportWebhookPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AppComplianceReportWebhookPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AppComplianceReportWebhookPatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AppComplianceReportWebhookPatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AppComplianceReportWebhookPatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to