Uses of Interface
com.azure.resourcemanager.automation.models.Webhook
Packages that use Webhook
Package
Description
Package containing the data models for AutomationClient.
-
Uses of Webhook in com.azure.resourcemanager.automation.models
Methods in com.azure.resourcemanager.automation.models that return WebhookModifier and TypeMethodDescriptionWebhook.Update.apply()
Executes the update request.Webhook.Update.apply
(com.azure.core.util.Context context) Executes the update request.Webhook.DefinitionStages.WithCreate.create()
Executes the create request.Webhook.DefinitionStages.WithCreate.create
(com.azure.core.util.Context context) Executes the create request.Retrieve the webhook identified by webhook name.Retrieve the webhook identified by webhook name.Webhook.refresh()
Refreshes the resource to sync with Azure.Webhook.refresh
(com.azure.core.util.Context context) Refreshes the resource to sync with Azure.Methods in com.azure.resourcemanager.automation.models that return types with arguments of type WebhookModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response
<Webhook> Webhooks.getByIdWithResponse
(String id, com.azure.core.util.Context context) Retrieve the webhook identified by webhook name.com.azure.core.http.rest.Response
<Webhook> Webhooks.getWithResponse
(String resourceGroupName, String automationAccountName, String webhookName, com.azure.core.util.Context context) Retrieve the webhook identified by webhook name.com.azure.core.http.rest.PagedIterable
<Webhook> Webhooks.listByAutomationAccount
(String resourceGroupName, String automationAccountName) Retrieve a list of webhooks.com.azure.core.http.rest.PagedIterable
<Webhook> Webhooks.listByAutomationAccount
(String resourceGroupName, String automationAccountName, String filter, com.azure.core.util.Context context) Retrieve a list of webhooks.