Uses of Class
com.azure.resourcemanager.containerregistry.models.WebhookCreateParameters
Packages that use WebhookCreateParameters
Package
Description
Package containing the service clients for ContainerRegistryManagementClient.
Package containing the data models for ContainerRegistryManagementClient.
-
Uses of WebhookCreateParameters in com.azure.resourcemanager.containerregistry.fluent
Methods in com.azure.resourcemanager.containerregistry.fluent with parameters of type WebhookCreateParametersModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<WebhookInner>, WebhookInner> WebhooksClient.beginCreate(String resourceGroupName, String registryName, String webhookName, WebhookCreateParameters webhookCreateParameters) Creates a webhook for a container registry with the specified parameters.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<WebhookInner>, WebhookInner> WebhooksClient.beginCreate(String resourceGroupName, String registryName, String webhookName, WebhookCreateParameters webhookCreateParameters, com.azure.core.util.Context context) Creates a webhook for a container registry with the specified parameters.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<WebhookInner>, WebhookInner> WebhooksClient.beginCreateAsync(String resourceGroupName, String registryName, String webhookName, WebhookCreateParameters webhookCreateParameters) Creates a webhook for a container registry with the specified parameters.WebhooksClient.create(String resourceGroupName, String registryName, String webhookName, WebhookCreateParameters webhookCreateParameters) Creates a webhook for a container registry with the specified parameters.WebhooksClient.create(String resourceGroupName, String registryName, String webhookName, WebhookCreateParameters webhookCreateParameters, com.azure.core.util.Context context) Creates a webhook for a container registry with the specified parameters.WebhooksClient.createAsync(String resourceGroupName, String registryName, String webhookName, WebhookCreateParameters webhookCreateParameters) Creates a webhook for a container registry with the specified parameters.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> WebhooksClient.createWithResponseAsync(String resourceGroupName, String registryName, String webhookName, WebhookCreateParameters webhookCreateParameters) Creates a webhook for a container registry with the specified parameters. -
Uses of WebhookCreateParameters in com.azure.resourcemanager.containerregistry.models
Methods in com.azure.resourcemanager.containerregistry.models that return WebhookCreateParametersModifier and TypeMethodDescriptionstatic WebhookCreateParametersWebhookCreateParameters.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of WebhookCreateParameters from the JsonReader.WebhookCreateParameters.withActions(List<WebhookAction> actions) Set the actions property: The list of actions that trigger the webhook to post notifications.WebhookCreateParameters.withCustomHeaders(Map<String, String> customHeaders) Set the customHeaders property: Custom headers that will be added to the webhook notifications.WebhookCreateParameters.withLocation(String location) Set the location property: The location of the webhook.Set the scope property: The scope of repositories where the event can be triggered.WebhookCreateParameters.withServiceUri(String serviceUri) Set the serviceUri property: The service URI for the webhook to post notifications.WebhookCreateParameters.withStatus(WebhookStatus status) Set the status property: The status of the webhook at the time the operation was called.Set the tags property: The tags for the webhook.