WebhookNotificationEvent Struct

Definition

notification event.

public readonly struct WebhookNotificationEvent : IEquatable<Azure.ResourceManager.AppComplianceAutomation.Models.WebhookNotificationEvent>
type WebhookNotificationEvent = struct
Public Structure WebhookNotificationEvent
Implements IEquatable(Of WebhookNotificationEvent)
Inheritance
WebhookNotificationEvent
Implements

Constructors

Name Description
WebhookNotificationEvent(String)

Initializes a new instance of WebhookNotificationEvent.

Properties

Name Description
AssessmentFailure

The subscribed report failed while collecting the assessments.

GenerateSnapshotFailed

The subscribed report's snapshot is failed to generate.

GenerateSnapshotSuccess

The subscribed report's snapshot is successfully generated.

ReportConfigurationChanges

The subscribed report's configuration is changed.

ReportDeletion

The subscribed report is deleted.

Methods

Name Description
Equals(WebhookNotificationEvent)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Name Description
Equality(WebhookNotificationEvent, WebhookNotificationEvent)

Determines if two WebhookNotificationEvent values are the same.

Implicit(String to Nullable<WebhookNotificationEvent>)
Implicit(String to WebhookNotificationEvent)

Converts a string to a WebhookNotificationEvent.

Inequality(WebhookNotificationEvent, WebhookNotificationEvent)

Determines if two WebhookNotificationEvent values are not the same.

Applies to