The Get-AzAutomationWebhook cmdlet gets webhooks.
To get specific webhooks, specify a webhook name or specify the name of an Azure Automation runbook to get the webhooks connected to it. Note: The WebhookUri is returned as empty string due to security concerns. Please make sure to save the webhook URL that New-AzAutomationWebhook cmdlet returns, because it cannot be retrieved by using Get-AzAutomationWebhook.
This command gets all webhooks for a runbook named Runbook03 in the Automation account named AutomationAccount01 in the resource group named ResourceGroup01.
Parameters
-AutomationAccountName
Specifies the name of an Automation account in which this cmdlet gets a webhook.
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable,
-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable,
-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see
about_CommonParameters.