getJob

suspend fun getJob(argument: GetJobPlainArgs): GetJobResult

Azure Resource Manager resource envelope. Azure REST API version: 2023-04-01.

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. This is case-sensitive.

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.