Class WebhookAction
java.lang.Object
com.azure.core.util.ExpandableStringEnum<WebhookAction>
com.azure.resourcemanager.containerregistry.models.WebhookAction
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
Defines values for WebhookAction.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final WebhookActionStatic value chart_delete for WebhookAction.static final WebhookActionStatic value chart_push for WebhookAction.static final WebhookActionStatic value delete for WebhookAction.static final WebhookActionStatic value push for WebhookAction.static final WebhookActionStatic value quarantine for WebhookAction. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic WebhookActionfromString(String name) Creates or finds a WebhookAction from its string representation.static Collection<WebhookAction> values()Gets known WebhookAction values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
PUSH
Static value push for WebhookAction. -
DELETE
Static value delete for WebhookAction. -
QUARANTINE
Static value quarantine for WebhookAction. -
CHART_PUSH
Static value chart_push for WebhookAction. -
CHART_DELETE
Static value chart_delete for WebhookAction.
-
-
Constructor Details
-
WebhookAction
Deprecated.Use thefromString(String)factory method.Creates a new instance of WebhookAction value.
-
-
Method Details
-
fromString
Creates or finds a WebhookAction from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding WebhookAction.
-
values
Gets known WebhookAction values.- Returns:
- known WebhookAction values.
-
fromString(String)factory method.