Uses of Class
com.azure.resourcemanager.containerregistry.fluent.models.WebhookInner
Packages that use WebhookInner
Package
Description
Package containing the service clients for ContainerRegistryManagementClient.
Package containing the inner data models for ContainerRegistryManagementClient.
Package containing the data models for ContainerRegistryManagementClient.
-
Uses of WebhookInner in com.azure.resourcemanager.containerregistry.fluent
Methods in com.azure.resourcemanager.containerregistry.fluent that return WebhookInnerModifier and TypeMethodDescriptionWebhooksClient.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.Gets the properties of the specified webhook.WebhooksClient.update(String resourceGroupName, String registryName, String webhookName, WebhookUpdateParameters webhookUpdateParameters) Updates a webhook with the specified parameters.WebhooksClient.update(String resourceGroupName, String registryName, String webhookName, WebhookUpdateParameters webhookUpdateParameters, com.azure.core.util.Context context) Updates a webhook with the specified parameters.Methods in com.azure.resourcemanager.containerregistry.fluent that return types with arguments of type WebhookInnerModifier 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) 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.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.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.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<WebhookInner>, WebhookInner> WebhooksClient.beginUpdate(String resourceGroupName, String registryName, String webhookName, WebhookUpdateParameters webhookUpdateParameters) Updates a webhook with the specified parameters.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<WebhookInner>, WebhookInner> WebhooksClient.beginUpdate(String resourceGroupName, String registryName, String webhookName, WebhookUpdateParameters webhookUpdateParameters) Updates a webhook with the specified parameters.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<WebhookInner>, WebhookInner> WebhooksClient.beginUpdate(String resourceGroupName, String registryName, String webhookName, WebhookUpdateParameters webhookUpdateParameters, com.azure.core.util.Context context) Updates a webhook with the specified parameters.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<WebhookInner>, WebhookInner> WebhooksClient.beginUpdate(String resourceGroupName, String registryName, String webhookName, WebhookUpdateParameters webhookUpdateParameters, com.azure.core.util.Context context) Updates a webhook with the specified parameters.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<WebhookInner>, WebhookInner> WebhooksClient.beginUpdateAsync(String resourceGroupName, String registryName, String webhookName, WebhookUpdateParameters webhookUpdateParameters) Updates a webhook with the specified parameters.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<WebhookInner>, WebhookInner> WebhooksClient.beginUpdateAsync(String resourceGroupName, String registryName, String webhookName, WebhookUpdateParameters webhookUpdateParameters) Updates a webhook 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.Gets the properties of the specified webhook.com.azure.core.http.rest.Response<WebhookInner> WebhooksClient.getWithResponse(String resourceGroupName, String registryName, String webhookName, com.azure.core.util.Context context) Gets the properties of the specified webhook.Mono<com.azure.core.http.rest.Response<WebhookInner>> WebhooksClient.getWithResponseAsync(String resourceGroupName, String registryName, String webhookName) Gets the properties of the specified webhook.com.azure.core.http.rest.PagedIterable<WebhookInner> Lists all the webhooks for the specified container registry.com.azure.core.http.rest.PagedIterable<WebhookInner> WebhooksClient.list(String resourceGroupName, String registryName, com.azure.core.util.Context context) Lists all the webhooks for the specified container registry.com.azure.core.http.rest.PagedFlux<WebhookInner> Lists all the webhooks for the specified container registry.WebhooksClient.updateAsync(String resourceGroupName, String registryName, String webhookName, WebhookUpdateParameters webhookUpdateParameters) Updates a webhook with the specified parameters. -
Uses of WebhookInner in com.azure.resourcemanager.containerregistry.fluent.models
Methods in com.azure.resourcemanager.containerregistry.fluent.models that return WebhookInnerModifier and TypeMethodDescriptionstatic WebhookInnerWebhookInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of WebhookInner from the JsonReader.WebhookInner.withActions(List<WebhookAction> actions) Set the actions property: The list of actions that trigger the webhook to post notifications.WebhookInner.withLocation(String location) Set the scope property: The scope of repositories where the event can be triggered.WebhookInner.withStatus(WebhookStatus status) Set the status property: The status of the webhook at the time the operation was called. -
Uses of WebhookInner in com.azure.resourcemanager.containerregistry.models
Methods in com.azure.resourcemanager.containerregistry.models that return types with arguments of type WebhookInnerModifier and TypeMethodDescriptionWebhookListResult.value()Get the value property: The list of webhooks.Method parameters in com.azure.resourcemanager.containerregistry.models with type arguments of type WebhookInnerModifier and TypeMethodDescriptionWebhookListResult.withValue(List<WebhookInner> value) Set the value property: The list of webhooks.