Uses of Class
com.azure.resourcemanager.automation.fluent.models.WebhookCreateOrUpdateProperties
Package
Description
Package containing the inner data models for AutomationClient.
-
Uses of WebhookCreateOrUpdateProperties in com.azure.resourcemanager.automation.fluent.models
Modifier and TypeMethodDescriptionWebhookCreateOrUpdateProperties.withExpiryTime
(OffsetDateTime expiryTime) Set the expiryTime property: Gets or sets the expiry time.WebhookCreateOrUpdateProperties.withIsEnabled
(Boolean isEnabled) Set the isEnabled property: Gets or sets the value of the enabled flag of webhook.WebhookCreateOrUpdateProperties.withParameters
(Map<String, String> parameters) Set the parameters property: Gets or sets the parameters of the job.WebhookCreateOrUpdateProperties.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.