GetWebhookPlainArgs

data class GetWebhookPlainArgs(val automationAccountName: String, val resourceGroupName: String, val webhookName: String) : ConvertibleToJava<GetWebhookPlainArgs>

Constructors

Link copied to clipboard
fun GetWebhookPlainArgs(automationAccountName: String, resourceGroupName: String, webhookName: String)

Functions

Link copied to clipboard
open override fun toJava(): GetWebhookPlainArgs

Properties

Link copied to clipboard

The name of the automation account.

Link copied to clipboard

Name of an Azure Resource group.

Link copied to clipboard

The webhook name.