WebhookOperationsOperations interface
Interfaccia che rappresenta un'operazione WebhookOperations.
Proprietà
| create |
Creare il webhook identificato dal nome del webhook. |
| delete | Eliminare il webhook in base al nome. |
| generate |
Genera un URI da usare per la creazione di un webhook. |
| get | Recuperare il webhook identificato dal nome del webhook. |
| list |
Recuperare un elenco di webhook. |
| update | Aggiornare il webhook identificato dal nome del webhook. |
Dettagli proprietà
createOrUpdate
Creare il webhook identificato dal nome del webhook.
createOrUpdate: (resourceGroupName: string, automationAccountName: string, webhookName: string, parameters: WebhookCreateOrUpdateParameters, options?: WebhookOperationsCreateOrUpdateOptionalParams) => Promise<Webhook>
Valore della proprietà
(resourceGroupName: string, automationAccountName: string, webhookName: string, parameters: WebhookCreateOrUpdateParameters, options?: WebhookOperationsCreateOrUpdateOptionalParams) => Promise<Webhook>
delete
Eliminare il webhook in base al nome.
delete: (resourceGroupName: string, automationAccountName: string, webhookName: string, options?: WebhookOperationsDeleteOptionalParams) => Promise<void>
Valore della proprietà
(resourceGroupName: string, automationAccountName: string, webhookName: string, options?: WebhookOperationsDeleteOptionalParams) => Promise<void>
generateUri
Genera un URI da usare per la creazione di un webhook.
generateUri: (resourceGroupName: string, automationAccountName: string, options?: WebhookOperationsGenerateUriOptionalParams) => Promise<WebhookOperationsGenerateUriResponse>
Valore della proprietà
(resourceGroupName: string, automationAccountName: string, options?: WebhookOperationsGenerateUriOptionalParams) => Promise<WebhookOperationsGenerateUriResponse>
get
Recuperare il webhook identificato dal nome del webhook.
get: (resourceGroupName: string, automationAccountName: string, webhookName: string, options?: WebhookOperationsGetOptionalParams) => Promise<Webhook>
Valore della proprietà
(resourceGroupName: string, automationAccountName: string, webhookName: string, options?: WebhookOperationsGetOptionalParams) => Promise<Webhook>
listByAutomationAccount
Recuperare un elenco di webhook.
listByAutomationAccount: (resourceGroupName: string, automationAccountName: string, options?: WebhookOperationsListByAutomationAccountOptionalParams) => PagedAsyncIterableIterator<Webhook, Webhook[], PageSettings>
Valore della proprietà
(resourceGroupName: string, automationAccountName: string, options?: WebhookOperationsListByAutomationAccountOptionalParams) => PagedAsyncIterableIterator<Webhook, Webhook[], PageSettings>
update
Aggiornare il webhook identificato dal nome del webhook.
update: (resourceGroupName: string, automationAccountName: string, webhookName: string, parameters: WebhookUpdateParameters, options?: WebhookOperationsUpdateOptionalParams) => Promise<Webhook>
Valore della proprietà
(resourceGroupName: string, automationAccountName: string, webhookName: string, parameters: WebhookUpdateParameters, options?: WebhookOperationsUpdateOptionalParams) => Promise<Webhook>