WebhookDeliveryStatus 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.
webhook deliveryStatus.
public readonly struct WebhookDeliveryStatus : IEquatable<Azure.ResourceManager.AppComplianceAutomation.Models.WebhookDeliveryStatus>
type WebhookDeliveryStatus = struct
Public Structure WebhookDeliveryStatus
Implements IEquatable(Of WebhookDeliveryStatus)
- Inheritance
-
WebhookDeliveryStatus
- Implements
Constructors
WebhookDeliveryStatus(String) |
Initializes a new instance of WebhookDeliveryStatus. |
Properties
Failed |
The webhook is failed to deliver. |
NotStarted |
The webhook is not delivered. |
Succeeded |
The webhook is delivered successfully. |
Methods
Equals(WebhookDeliveryStatus) |
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(WebhookDeliveryStatus, WebhookDeliveryStatus) |
Determines if two WebhookDeliveryStatus values are the same. |
Implicit(String to WebhookDeliveryStatus) |
Converts a string to a WebhookDeliveryStatus. |
Inequality(WebhookDeliveryStatus, WebhookDeliveryStatus) |
Determines if two WebhookDeliveryStatus values are not the same. |
Applies to
Azure SDK for .NET