GetConnectionPlainArgs

data class GetConnectionPlainArgs(val automationAccountName: String, val connectionName: String, val resourceGroupName: String) : ConvertibleToJava<GetConnectionPlainArgs>

Constructors

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

Properties

Link copied to clipboard

The name of the automation account.

Link copied to clipboard

The name of connection.

Link copied to clipboard

Name of an Azure Resource group.

Functions

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