GetConnectionTypePlainArgs

data class GetConnectionTypePlainArgs(val automationAccountName: String, val connectionTypeName: String, val resourceGroupName: String) : ConvertibleToJava<GetConnectionTypePlainArgs>

Constructors

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

Properties

Link copied to clipboard

The name of the automation account.

Link copied to clipboard

The name of connection type.

Link copied to clipboard

Name of an Azure Resource group.

Functions

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