Uses of Interface
com.azure.resourcemanager.automation.models.Webhook.Update
Package
Description
Package containing the data models for AutomationClient.
-
Uses of Webhook.Update in com.azure.resourcemanager.automation.models
Modifier and TypeMethodDescriptionWebhook.update()
Begins update for the Webhook resource.Webhook.UpdateStages.WithDescription.withDescription
(String description) Specifies the description property: Gets or sets the description of the webhook..Webhook.UpdateStages.WithIsEnabled.withIsEnabled
(Boolean isEnabled) Specifies the isEnabled property: Gets or sets the value of the enabled flag of webhook..Specifies the name property: Gets or sets the name of the webhook..Webhook.UpdateStages.WithParameters.withParameters
(Map<String, String> parameters) Specifies the parameters property: Gets or sets the parameters of the job..Specifies the runOn property: Gets or sets the name of the hybrid worker group the webhook job will run on..