Uses of Class
com.azure.resourcemanager.automation.fluent.models.WebhookProperties
Package
Description
Package containing the inner data models for AutomationClient.
-
Uses of WebhookProperties in com.azure.resourcemanager.automation.fluent.models
Modifier and TypeMethodDescriptionWebhookProperties.withCreationTime
(OffsetDateTime creationTime) Set the creationTime property: Gets or sets the creation time.WebhookProperties.withDescription
(String description) Set the description property: Gets or sets the description.WebhookProperties.withExpiryTime
(OffsetDateTime expiryTime) Set the expiryTime property: Gets or sets the expiry time.WebhookProperties.withIsEnabled
(Boolean isEnabled) Set the isEnabled property: Gets or sets the value of the enabled flag of the webhook.WebhookProperties.withLastInvokedTime
(OffsetDateTime lastInvokedTime) Set the lastInvokedTime property: Gets or sets the last invoked time.WebhookProperties.withLastModifiedBy
(String lastModifiedBy) Set the lastModifiedBy property: Details of the user who last modified the Webhook.WebhookProperties.withLastModifiedTime
(OffsetDateTime lastModifiedTime) Set the lastModifiedTime property: Gets or sets the last modified time.WebhookProperties.withParameters
(Map<String, String> parameters) Set the parameters property: Gets or sets the parameters of the job that is created when the webhook calls the runbook it is associated with.WebhookProperties.withRunbook
(RunbookAssociationProperty runbook) Set the runbook property: Gets or sets the runbook the webhook is associated with.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 webhook uri.