get Webhook
Retrieve the webhook identified by webhook name. Azure REST API version: 2015-10-31.
Return
Definition of the webhook type.
Parameters
argument
null
suspend fun getWebhook(automationAccountName: String, resourceGroupName: String, webhookName: String): GetWebhookResult
Return
Definition of the webhook type.
See also
Parameters
automation Account Name
The name of the automation account.
resource Group Name
Name of an Azure Resource group.
webhook Name
The webhook name.
Return
Definition of the webhook type.
See also
Parameters
argument
Builder for com.pulumi.azurenative.automation.kotlin.inputs.GetWebhookPlainArgs.