ContainerRegistryWebhookAction 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.
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
Azure SDK for .NET