Uses of Class
com.microsoft.azure.management.containerregistry.WebhookStatus
Package
Description
This package contains the classes for ContainerRegistryManagementClient.
-
Uses of WebhookStatus in com.microsoft.azure.management.containerregistry
Modifier and TypeFieldDescriptionstatic final WebhookStatus
WebhookStatus.DISABLED
Static value disabled for WebhookStatus.static final WebhookStatus
WebhookStatus.ENABLED
Static value enabled for WebhookStatus.Modifier and TypeMethodDescriptionstatic WebhookStatus
WebhookStatus.fromString
(String name) Creates or finds a WebhookStatus from its string representation.WebhookCreateParameters.status()
Get the status of the webhook at the time the operation was called.WebhookUpdateParameters.status()
Get the status of the webhook at the time the operation was called.Modifier and TypeMethodDescriptionWebhookCreateParameters.withStatus
(WebhookStatus status) Set the status of the webhook at the time the operation was called.WebhookUpdateParameters.withStatus
(WebhookStatus status) Set the status of the webhook at the time the operation was called.