Share via


ContainerRegistryWebhookStatus Struct

Definition

The status of the webhook at the time the operation was called.

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

Constructors

ContainerRegistryWebhookStatus(String)

Initializes a new instance of ContainerRegistryWebhookStatus.

Properties

Disabled

disabled.

Enabled

enabled.

Methods

Equals(ContainerRegistryWebhookStatus)

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

Determines if two ContainerRegistryWebhookStatus values are the same.

Implicit(String to ContainerRegistryWebhookStatus)

Converts a string to a ContainerRegistryWebhookStatus.

Inequality(ContainerRegistryWebhookStatus, ContainerRegistryWebhookStatus)

Determines if two ContainerRegistryWebhookStatus values are not the same.

Applies to