getLinkedService

Get the detail of a linked service. Uses Azure REST API version 2020-09-01-preview.

Return

Linked service.

Parameters

argument

null


suspend fun getLinkedService(linkName: String, resourceGroupName: String, workspaceName: String): GetLinkedServiceResult

Return

Linked service.

Parameters

linkName

Friendly name of the linked workspace

resourceGroupName

Name of the resource group in which workspace is located.

workspaceName

Name of Azure Machine Learning workspace.

See also


Return

Linked service.

Parameters

argument

Builder for com.pulumi.azurenative.machinelearningservices.kotlin.inputs.GetLinkedServicePlainArgs.

See also