WebhookKeyEnabled 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.
whether webhookKey is enabled.
public readonly struct WebhookKeyEnabled : IEquatable<Azure.ResourceManager.AppComplianceAutomation.Models.WebhookKeyEnabled>
type WebhookKeyEnabled = struct
Public Structure WebhookKeyEnabled
Implements IEquatable(Of WebhookKeyEnabled)
- Inheritance
-
WebhookKeyEnabled
- Implements
Constructors
WebhookKeyEnabled(String) |
Initializes a new instance of WebhookKeyEnabled. |
Properties
False |
The webhookKey is not enabled. |
True |
The webhookKey is enabled. |
Methods
Equals(WebhookKeyEnabled) |
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(WebhookKeyEnabled, WebhookKeyEnabled) |
Determines if two WebhookKeyEnabled values are the same. |
Implicit(String to WebhookKeyEnabled) |
Converts a string to a WebhookKeyEnabled. |
Inequality(WebhookKeyEnabled, WebhookKeyEnabled) |
Determines if two WebhookKeyEnabled values are not the same. |
Applies to
Azure SDK for .NET