Uses of Class
com.azure.resourcemanager.containerregistry.models.WebhookCreateParameters
-
Packages that use WebhookCreateParameters Package Description com.azure.resourcemanager.containerregistry.fluent Package containing the service clients for ContainerRegistryManagementClient.com.azure.resourcemanager.containerregistry.models 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 WebhookCreateParameters Modifier and Type Method Description com.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.WebhookInnerWebhooksClient. create(String resourceGroupName, String registryName, String webhookName, WebhookCreateParameters webhookCreateParameters)Creates a webhook for a container registry with the specified parameters.WebhookInnerWebhooksClient. 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.Mono<WebhookInner>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 WebhookCreateParameters Modifier and Type Method Description WebhookCreateParametersWebhookCreateParameters. withActions(List<WebhookAction> actions)Set the actions property: The list of actions that trigger the webhook to post notifications.WebhookCreateParametersWebhookCreateParameters. withCustomHeaders(Map<String,String> customHeaders)Set the customHeaders property: Custom headers that will be added to the webhook notifications.WebhookCreateParametersWebhookCreateParameters. withLocation(String location)Set the location property: The location of the webhook.WebhookCreateParametersWebhookCreateParameters. withScope(String scope)Set the scope property: The scope of repositories where the event can be triggered.WebhookCreateParametersWebhookCreateParameters. withServiceUri(String serviceUri)Set the serviceUri property: The service URI for the webhook to post notifications.WebhookCreateParametersWebhookCreateParameters. withStatus(WebhookStatus status)Set the status property: The status of the webhook at the time the operation was called.WebhookCreateParametersWebhookCreateParameters. withTags(Map<String,String> tags)Set the tags property: The tags for the webhook.
-