Uses of Class
com.azure.resourcemanager.containerregistry.fluent.models.WebhookProperties
-
Packages that use WebhookProperties Package Description com.azure.resourcemanager.containerregistry.fluent.models Package containing the inner data models for ContainerRegistryManagementClient. -
-
Uses of WebhookProperties in com.azure.resourcemanager.containerregistry.fluent.models
Methods in com.azure.resourcemanager.containerregistry.fluent.models that return WebhookProperties Modifier and Type Method Description WebhookPropertiesWebhookProperties. withActions(List<WebhookAction> actions)Set the actions property: The list of actions that trigger the webhook to post notifications.WebhookPropertiesWebhookProperties. withScope(String scope)Set the scope property: The scope of repositories where the event can be triggered.WebhookPropertiesWebhookProperties. withStatus(WebhookStatus status)Set the status property: The status of the webhook at the time the operation was called.
-