getJob

suspend fun getJob(argument: GetJobPlainArgs): GetJobResult

Azure Resource Manager resource envelope. API Version: 2021-03-01-preview.

Return

Azure Resource Manager resource envelope.

Parameters

argument

null


suspend fun getJob(id: String, resourceGroupName: String, workspaceName: String): GetJobResult

Return

Azure Resource Manager resource envelope.

Parameters

id

The name and identifier for the Job.

resourceGroupName

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

workspaceName

Name of Azure Machine Learning workspace.

See also


suspend fun getJob(argument: suspend GetJobPlainArgsBuilder.() -> Unit): GetJobResult

Return

Azure Resource Manager resource envelope.

Parameters

argument

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

See also