Share via


ContainerRegistryWebhookAction Struct

Definition

The ContainerRegistryWebhookAction.

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

Constructors

ContainerRegistryWebhookAction(String)

Initializes a new instance of ContainerRegistryWebhookAction.

Properties

ChartDelete

chart_delete.

ChartPush

chart_push.

Delete

delete.

Push

push.

Quarantine

quarantine.

Methods

Equals(ContainerRegistryWebhookAction)

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

Determines if two ContainerRegistryWebhookAction values are the same.

Implicit(String to ContainerRegistryWebhookAction)

Converts a string to a ContainerRegistryWebhookAction.

Inequality(ContainerRegistryWebhookAction, ContainerRegistryWebhookAction)

Determines if two ContainerRegistryWebhookAction values are not the same.

Applies to