WebhookDeliveryStatus Struct

Definition

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

Name Description
WebhookDeliveryStatus(String)

Initializes a new instance of WebhookDeliveryStatus.

Properties

Name Description
Failed

The webhook is failed to deliver.

NotStarted

The webhook is not delivered.

Succeeded

The webhook is delivered successfully.

Methods

Name Description
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

Name Description
Equality(WebhookDeliveryStatus, WebhookDeliveryStatus)

Determines if two WebhookDeliveryStatus values are the same.

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

Converts a string to a WebhookDeliveryStatus.

Inequality(WebhookDeliveryStatus, WebhookDeliveryStatus)

Determines if two WebhookDeliveryStatus values are not the same.

Applies to