GetWebhookPlainArgs

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

Constructors

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

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.

Functions

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