Uses of Class
com.microsoft.azure.management.containerregistry.WebhookStatus
Packages that use WebhookStatus
Package
Description
This package contains the classes for ContainerRegistryManagementClient.
-
Uses of WebhookStatus in com.microsoft.azure.management.containerregistry
Fields in com.microsoft.azure.management.containerregistry declared as WebhookStatusModifier and TypeFieldDescriptionstatic final WebhookStatus
WebhookStatus.DISABLED
Static value disabled for WebhookStatus.static final WebhookStatus
WebhookStatus.ENABLED
Static value enabled for WebhookStatus.Methods in com.microsoft.azure.management.containerregistry that return WebhookStatusModifier 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.Methods in com.microsoft.azure.management.containerregistry that return types with arguments of type WebhookStatusMethods in com.microsoft.azure.management.containerregistry with parameters of type WebhookStatusModifier 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.