GetConnectionPlainArgs

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

Constructors

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

Functions

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

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.