Uses of Class
com.azure.resourcemanager.automation.models.WebhookUpdateParameters
Packages that use 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
Methods in com.azure.resourcemanager.automation.fluent with parameters of type WebhookUpdateParametersModifier 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
Methods in com.azure.resourcemanager.automation.models that return WebhookUpdateParametersModifier and TypeMethodDescriptionstatic WebhookUpdateParameters
WebhookUpdateParameters.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of WebhookUpdateParameters from the JsonReader.WebhookUpdateParameters.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.