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) |
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.
|
Mono<WebhookInner> |
WebhooksClient.createAsync(String resourceGroupName,
String registryName,
String webhookName,
WebhookCreateParameters webhookCreateParameters) |
Creates a webhook for a container registry with the specified parameters.
|
Mono<WebhookInner> |
WebhooksClient.getAsync(String resourceGroupName,
String registryName,
String webhookName) |
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> |
WebhooksClient.list(String resourceGroupName,
String registryName) |
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> |
WebhooksClient.listAsync(String resourceGroupName,
String registryName) |
Lists all the webhooks for the specified container registry.
|
Mono<WebhookInner> |
WebhooksClient.updateAsync(String resourceGroupName,
String registryName,
String webhookName,
WebhookUpdateParameters webhookUpdateParameters) |
Updates a webhook with the specified parameters.
|