GetLinkedServicePlainArgs

data class GetLinkedServicePlainArgs(val factoryName: String, val linkedServiceName: String, val resourceGroupName: String) : ConvertibleToJava<GetLinkedServicePlainArgs>

Constructors

Link copied to clipboard
constructor(factoryName: String, linkedServiceName: String, resourceGroupName: String)

Properties

Link copied to clipboard

The factory name.

Link copied to clipboard

The linked service name.

Link copied to clipboard

The resource group name.

Functions

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