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