getJob

suspend fun getJob(argument: GetJobPlainArgs): GetJobResult

Get a Job and its properties. Uses Azure REST API version 2024-05-01-preview.

Return

Job resource payload

Parameters

argument

null


suspend fun getJob(jobName: String, resourceGroupName: String, serviceName: String): GetJobResult

Return

Job resource payload

Parameters

jobName

The name of the Job resource.

resourceGroupName

The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.

serviceName

The name of the Service resource.

See also


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

Return

Job resource payload

Parameters

argument

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

See also