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.

See also

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.


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

Return

Azure Resource Manager resource envelope.

See also

Parameters

argument

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