WebhookStatus 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 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
| Name | Description |
|---|---|
| WebhookStatus(String) |
Initializes a new instance of WebhookStatus. |
Properties
| Name | Description |
|---|---|
| Disabled |
The webhook is disabled. |
| Enabled |
The webhook is enabled. |
Methods
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| Equality(WebhookStatus, WebhookStatus) |
Determines if two WebhookStatus values are the same. |
| Implicit(String to Nullable<WebhookStatus>) | |
| Implicit(String to WebhookStatus) |
Converts a string to a WebhookStatus. |
| Inequality(WebhookStatus, WebhookStatus) |
Determines if two WebhookStatus values are not the same. |