Uses of Class
com.azure.resourcemanager.containerregistry.fluent.models.WebhookPropertiesCreateParameters
Packages that use WebhookPropertiesCreateParameters
Package
Description
Package containing the inner data models for ContainerRegistryManagementClient.
-
Uses of WebhookPropertiesCreateParameters in com.azure.resourcemanager.containerregistry.fluent.models
Methods in com.azure.resourcemanager.containerregistry.fluent.models that return WebhookPropertiesCreateParametersModifier and TypeMethodDescriptionWebhookPropertiesCreateParameters.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of WebhookPropertiesCreateParameters from the JsonReader.WebhookPropertiesCreateParameters.withActions(List<WebhookAction> actions) Set the actions property: The list of actions that trigger the webhook to post notifications.WebhookPropertiesCreateParameters.withCustomHeaders(Map<String, String> customHeaders) Set the customHeaders property: Custom headers that will be added to the webhook notifications.Set the scope property: The scope of repositories where the event can be triggered.WebhookPropertiesCreateParameters.withServiceUri(String serviceUri) Set the serviceUri property: The service URI for the webhook to post notifications.WebhookPropertiesCreateParameters.withStatus(WebhookStatus status) Set the status property: The status of the webhook at the time the operation was called.