ContainerRegistryWebhookAction Enum
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 enum ContainerRegistryWebhookAction
type ContainerRegistryWebhookAction =
Public Enum ContainerRegistryWebhookAction
- Inheritance
-
ContainerRegistryWebhookAction
Fields
Name | Value | Description |
---|---|---|
Push | 0 | push. |
Delete | 1 | delete. |
Quarantine | 2 | quarantine. |
ChartPush | 3 | chart_push. |
ChartDelete | 4 | chart_delete. |