GetL2ConnectionPlainArgs

data class GetL2ConnectionPlainArgs(val l2ConnectionName: String, val resourceGroupName: String) : ConvertibleToJava<GetL2ConnectionPlainArgs>

Constructors

Link copied to clipboard
constructor(l2ConnectionName: String, resourceGroupName: String)

Properties

Link copied to clipboard

L2 Connection name.

Link copied to clipboard

The name of the resource group. The name is case insensitive.

Functions

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