AppComplianceReportWebhookProperties Class

Definition

Webhook properties.

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

Constructors

AppComplianceReportWebhookProperties()

Initializes a new instance of AppComplianceReportWebhookProperties.

Properties

ContentType

content type.

DeliveryStatus

webhook deliveryStatus.

EnableSslVerification

whether to enable ssl verification.

Events

under which event notification should be sent.

PayloadUri

webhook payload url.

ProvisioningState

Azure Resource Provisioning State.

SendAllEvents

whether to send notification under any event.

Status

Webhook status.

TenantId

Tenant id.

UpdateWebhookKey

whether to update webhookKey.

WebhookId

Webhook id in database.

WebhookKey

webhook secret token. If not set, this field value is null; otherwise, please set a string value.

WebhookKeyEnabled

whether webhookKey is enabled.

Explicit Interface Implementations

IJsonModel<AppComplianceReportWebhookProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AppComplianceReportWebhookProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AppComplianceReportWebhookProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AppComplianceReportWebhookProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AppComplianceReportWebhookProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to