GetConnectionTypePlainArgs

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

Constructors

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

Functions

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

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.