Uses of Class
com.azure.resourcemanager.automation.models.WebhookCreateOrUpdateParameters
Package
Description
Package containing the service clients for AutomationClient.
Package containing the data models for AutomationClient.
-
Uses of WebhookCreateOrUpdateParameters in com.azure.resourcemanager.automation.fluent
Modifier and TypeMethodDescriptionWebhooksClient.createOrUpdate
(String resourceGroupName, String automationAccountName, String webhookName, WebhookCreateOrUpdateParameters parameters) Create the webhook identified by webhook name.com.azure.core.http.rest.Response<WebhookInner>
WebhooksClient.createOrUpdateWithResponse
(String resourceGroupName, String automationAccountName, String webhookName, WebhookCreateOrUpdateParameters parameters, com.azure.core.util.Context context) Create the webhook identified by webhook name. -
Uses of WebhookCreateOrUpdateParameters in com.azure.resourcemanager.automation.models
Modifier and TypeMethodDescriptionWebhookCreateOrUpdateParameters.withExpiryTime
(OffsetDateTime expiryTime) Set the expiryTime property: Gets or sets the expiry time.WebhookCreateOrUpdateParameters.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.WebhookCreateOrUpdateParameters.withParameters
(Map<String, String> parameters) Set the parameters property: Gets or sets the parameters of the job.WebhookCreateOrUpdateParameters.withRunbook
(RunbookAssociationProperty runbook) Set the runbook property: Gets or sets the runbook.Set the runOn property: Gets or sets the name of the hybrid worker group the webhook job will run on.Set the uri property: Gets or sets the uri.