Uses of Class
com.azure.resourcemanager.automation.models.WebhookUpdateParameters
Package
Description
Package containing the service clients for AutomationClient.
Package containing the data models for AutomationClient.
-
Uses of WebhookUpdateParameters in com.azure.resourcemanager.automation.fluent
Modifier and TypeMethodDescriptionWebhooksClient.update
(String resourceGroupName, String automationAccountName, String webhookName, WebhookUpdateParameters parameters) Update the webhook identified by webhook name.com.azure.core.http.rest.Response<WebhookInner>
WebhooksClient.updateWithResponse
(String resourceGroupName, String automationAccountName, String webhookName, WebhookUpdateParameters parameters, com.azure.core.util.Context context) Update the webhook identified by webhook name. -
Uses of WebhookUpdateParameters in com.azure.resourcemanager.automation.models
Modifier and TypeMethodDescriptionWebhookUpdateParameters.withDescription
(String description) Set the description property: Gets or sets the description of the webhook.WebhookUpdateParameters.withIsEnabled
(Boolean isEnabled) Set the isEnabled property: Gets or sets the value of the enabled flag of webhook.Set the name property: Gets or sets the name of the webhook.WebhookUpdateParameters.withParameters
(Map<String, String> parameters) Set the parameters property: Gets or sets the parameters of the job.Set the runOn property: Gets or sets the name of the hybrid worker group the webhook job will run on.