Class WebhookAction
java.lang.Object
com.microsoft.rest.ExpandableStringEnum<WebhookAction>
com.microsoft.azure.management.containerregistry.WebhookAction
Defines values for WebhookAction.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final WebhookAction
Static value delete for WebhookAction.static final WebhookAction
Static value push for WebhookAction.static final WebhookAction
Static value quarantine for WebhookAction. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic WebhookAction
fromString
(String name) Creates or finds a WebhookAction from its string representation.static Collection<WebhookAction>
values()
Methods inherited from class com.microsoft.rest.ExpandableStringEnum
equals, fromString, hashCode, toString, values, withNameValue
-
Field Details
-
PUSH
Static value push for WebhookAction. -
DELETE
Static value delete for WebhookAction. -
QUARANTINE
Static value quarantine for WebhookAction.
-
-
Constructor Details
-
WebhookAction
public WebhookAction()
-
-
Method Details
-
fromString
Creates or finds a WebhookAction from its string representation.- Parameters:
name
- a name to look for- Returns:
- the corresponding WebhookAction
-
values
- Returns:
- known WebhookAction values
-