Uses of Interface
com.azure.resourcemanager.containerregistry.models.Webhook.UpdateResourceStages.WithAttach
Packages that use Webhook.UpdateResourceStages.WithAttach
Package
Description
Package containing the data models for ContainerRegistryManagementClient.
-
Uses of Webhook.UpdateResourceStages.WithAttach in com.azure.resourcemanager.containerregistry.models
Subinterfaces of Webhook.UpdateResourceStages.WithAttach in com.azure.resourcemanager.containerregistry.modelsModifier and TypeInterfaceDescriptionstatic interfaceWebhook.UpdateResource<ParentT>The entirety of a webhook resource update as part of a container registry update.static interfaceWebhook.UpdateResourceStages.Blank<ParentT>The first stage of the webhook definition.Methods in com.azure.resourcemanager.containerregistry.models that return Webhook.UpdateResourceStages.WithAttachModifier and TypeMethodDescriptionWebhook.UpdateResourceStages.WithDefaultStatus.enabled(boolean defaultStatus) Updates the default status of the webhook.Webhook.UpdateResourceStages.WithCustomHeaders.withCustomHeader(String name, String value) Specifies a custom header that will be added to notifications.Webhook.UpdateResourceStages.WithCustomHeaders.withCustomHeaders(Map<String, String> customHeaders) Specifies the custom headers that will be added to the notifications.Webhook.UpdateResourceStages.WithOrWithoutTags.withoutTag(String key) Removes a tag from the resource.Webhook.UpdateResourceStages.WithRepositoriesScope.withRepositoriesScope(String repositoriesScope) Updates the scope of repositories where the event can be triggered.Webhook.UpdateResourceStages.WithServiceUri.withServiceUri(String serviceUri) Specifies the service URI for post notifications.Adds a tag to the webhook.Specifies tags for the webhook.Webhook.UpdateResourceStages.WithTriggerWhen.withTriggerWhen(WebhookAction... webhookActions) Specifies the actions that will trigger the webhook notifications.