WebhookKeyEnabled Struct

Definition

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

Name Description
WebhookKeyEnabled(String)

Initializes a new instance of WebhookKeyEnabled.

Properties

Name Description
False

The webhookKey is not enabled.

True

The webhookKey is enabled.

Methods

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

Name Description
Equality(WebhookKeyEnabled, WebhookKeyEnabled)

Determines if two WebhookKeyEnabled values are the same.

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

Converts a string to a WebhookKeyEnabled.

Inequality(WebhookKeyEnabled, WebhookKeyEnabled)

Determines if two WebhookKeyEnabled values are not the same.

Applies to