Uses of Class
com.azure.resourcemanager.containerregistry.fluent.models.WebhookProperties
Packages that use WebhookProperties
Package
Description
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 WebhookPropertiesModifier and TypeMethodDescriptionstatic WebhookPropertiesWebhookProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of WebhookProperties from the JsonReader.WebhookProperties.withActions(List<WebhookAction> actions) Set the actions property: The list of actions that trigger the webhook to post notifications.Set the scope property: The scope of repositories where the event can be triggered.WebhookProperties.withStatus(WebhookStatus status) Set the status property: The status of the webhook at the time the operation was called.