GetLinkerPlainArgs

data class GetLinkerPlainArgs(val linkerName: String, val resourceUri: String) : ConvertibleToJava<GetLinkerPlainArgs>

Constructors

Link copied to clipboard
constructor(linkerName: String, resourceUri: String)

Properties

Link copied to clipboard

The name Linker resource.

Link copied to clipboard

The fully qualified Azure Resource manager identifier of the resource to be connected.

Functions

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