Lingua

ContainerRegistryWebhookAction Struct

Definition

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

Constructors

Name Description
ContainerRegistryWebhookAction(String)

Initializes a new instance of ContainerRegistryWebhookAction.

Properties

Name Description
ChartDelete

Gets the ChartDelete.

ChartPush

Gets the ChartPush.

Delete

Gets the Delete.

Push

Gets the Push.

Quarantine

Gets the Quarantine.

Methods

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

Name Description
Equality(ContainerRegistryWebhookAction, ContainerRegistryWebhookAction)

Determines if two ContainerRegistryWebhookAction values are the same.

Implicit(String to ContainerRegistryWebhookAction)

Converts a string to a ContainerRegistryWebhookAction.

Implicit(String to Nullable<ContainerRegistryWebhookAction>)
Inequality(ContainerRegistryWebhookAction, ContainerRegistryWebhookAction)

Determines if two ContainerRegistryWebhookAction values are not the same.

Applies to