Uses of Interface
com.azure.resourcemanager.containerregistry.models.Webhook.UpdateDefinitionStages.WithAttach
Packages that use Webhook.UpdateDefinitionStages.WithAttach
Package
Description
Package containing the data models for ContainerRegistryManagementClient.
-
Uses of Webhook.UpdateDefinitionStages.WithAttach in com.azure.resourcemanager.containerregistry.models
Subinterfaces of Webhook.UpdateDefinitionStages.WithAttach in com.azure.resourcemanager.containerregistry.modelsModifier and TypeInterfaceDescriptionstatic interfaceWebhook.UpdateDefinition<ParentT>Grouping of the container registry's webhook update definition.Methods in com.azure.resourcemanager.containerregistry.models that return Webhook.UpdateDefinitionStages.WithAttachModifier and TypeMethodDescriptionWebhook.UpdateDefinitionStages.WithDefaultStatus.enabled(boolean defaultStatus) Specifies the default status of the webhook; default is "enabled".Webhook.UpdateDefinitionStages.WithCustomHeaders.withCustomHeader(String name, String value) Specifies a custom header that will be added to notifications.Webhook.UpdateDefinitionStages.WithCustomHeaders.withCustomHeaders(Map<String, String> customHeaders) Specifies the custom headers that will be added to the notifications.Webhook.UpdateDefinitionStages.WithRepositoriesScope.withRepositoriesScope(String repositoriesScope) Specifies the scope of repositories where the event can be triggered.Webhook.UpdateDefinitionStages.WithServiceUri.withServiceUri(String serviceUri) Specifies the service URI for post notifications.Adds a tag to the webhook.Specifies tags for the webhook.