WebhookStatus Struct

Definition

Webhook status.

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

Constructors

WebhookStatus(String)

Initializes a new instance of WebhookStatus.

Properties

Disabled

The webhook is disabled.

Enabled

The webhook is enabled.

Methods

Equals(WebhookStatus)

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(WebhookStatus, WebhookStatus)

Determines if two WebhookStatus values are the same.

Implicit(String to WebhookStatus)

Converts a string to a WebhookStatus.

Inequality(WebhookStatus, WebhookStatus)

Determines if two WebhookStatus values are not the same.

Applies to