WebhookNotificationEvent Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
WebhookNotificationEvent(String) |
Initializes a new instance of WebhookNotificationEvent. |
Properties
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
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
Equality(WebhookNotificationEvent, WebhookNotificationEvent) |
Determines if two WebhookNotificationEvent values are the same. |
Implicit(String to WebhookNotificationEvent) |
Converts a string to a WebhookNotificationEvent. |
Inequality(WebhookNotificationEvent, WebhookNotificationEvent) |
Determines if two WebhookNotificationEvent values are not the same. |
Applies to
Azure SDK for .NET