Uses of Interface
com.azure.resourcemanager.containerregistry.models.Webhook.Update
-
Packages that use Webhook.Update Package Description com.azure.resourcemanager.containerregistry.models Package containing the data models for ContainerRegistryManagementClient. -
-
Uses of Webhook.Update in com.azure.resourcemanager.containerregistry.models
Methods in com.azure.resourcemanager.containerregistry.models that return Webhook.Update Modifier and Type Method Description Webhook.UpdateWebhook.UpdateStages.WithDefaultStatus. enabled(boolean defaultStatus)Specifies the default status of the webhook; default is "enabled".Webhook.UpdateWebhook.UpdateStages.WithCustomHeaders. withCustomHeader(String name, String value)Specifies a custom header that will be added to notifications.Webhook.UpdateWebhook.UpdateStages.WithCustomHeaders. withCustomHeaders(Map<String,String> customHeaders)Specifies custom headers that will be added to the notifications.Webhook.UpdateWebhook.UpdateStages.WithRepositoriesScope. withRepositoriesScope(String repositoriesScope)Specifies the scope of repositories where the event can be triggered.Webhook.UpdateWebhook.UpdateStages.WithServiceUri. withServiceUri(String serviceUri)Specifies the service URI for post notifications.Webhook.UpdateWebhook.UpdateStages.WithTriggerWhen. withTriggerWhen(WebhookAction... webhookActions)Specifies the actions that will trigger the webhook notifications.
-