Uses of Class
com.azure.resourcemanager.automation.fluent.models.WebhookInner
Package
Description
Package containing the service clients for AutomationClient.
Package containing the inner data models for AutomationClient.
Package containing the data models for AutomationClient.
-
Uses of WebhookInner 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.Retrieve the webhook identified by webhook name.WebhooksClient.update
(String resourceGroupName, String automationAccountName, String webhookName, WebhookUpdateParameters parameters) Update the webhook identified by webhook name.Modifier and TypeMethodDescriptioncom.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.com.azure.core.http.rest.Response<WebhookInner>
WebhooksClient.getWithResponse
(String resourceGroupName, String automationAccountName, String webhookName, com.azure.core.util.Context context) Retrieve the webhook identified by webhook name.com.azure.core.http.rest.PagedIterable<WebhookInner>
WebhooksClient.listByAutomationAccount
(String resourceGroupName, String automationAccountName) Retrieve a list of webhooks.com.azure.core.http.rest.PagedIterable<WebhookInner>
WebhooksClient.listByAutomationAccount
(String resourceGroupName, String automationAccountName, String filter, com.azure.core.util.Context context) Retrieve a list of webhooks.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 WebhookInner in com.azure.resourcemanager.automation.fluent.models
Modifier and TypeMethodDescriptionWebhookInner.withCreationTime
(OffsetDateTime creationTime) Set the creationTime property: Gets or sets the creation time.WebhookInner.withDescription
(String description) Set the description property: Gets or sets the description.WebhookInner.withExpiryTime
(OffsetDateTime expiryTime) Set the expiryTime property: Gets or sets the expiry time.WebhookInner.withIsEnabled
(Boolean isEnabled) Set the isEnabled property: Gets or sets the value of the enabled flag of the webhook.WebhookInner.withLastInvokedTime
(OffsetDateTime lastInvokedTime) Set the lastInvokedTime property: Gets or sets the last invoked time.WebhookInner.withLastModifiedBy
(String lastModifiedBy) Set the lastModifiedBy property: Details of the user who last modified the Webhook.WebhookInner.withLastModifiedTime
(OffsetDateTime lastModifiedTime) Set the lastModifiedTime property: Gets or sets the last modified time.WebhookInner.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.WebhookInner.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. -
Uses of WebhookInner in com.azure.resourcemanager.automation.models
Modifier and TypeMethodDescriptionWebhook.innerModel()
Gets the inner com.azure.resourcemanager.automation.fluent.models.WebhookInner object.Modifier and TypeMethodDescriptionWebhookListResult.value()
Get the value property: Gets or sets a list of webhooks.Modifier and TypeMethodDescriptionWebhookListResult.withValue
(List<WebhookInner> value) Set the value property: Gets or sets a list of webhooks.