GetJobPlainArgs

data class GetJobPlainArgs(val expand: String? = null, val jobName: String, val resourceGroupName: String) : ConvertibleToJava<GetJobPlainArgs>

Constructors

Link copied to clipboard
constructor(expand: String? = null, jobName: String, resourceGroupName: String)

Properties

Link copied to clipboard
val expand: String? = null

$expand is supported on details parameter for job, which provides details on the job stages.

Link copied to clipboard

The name of the job Resource within the specified resource group. job names must be between 3 and 24 characters in length and use any alphanumeric and underscore only

Link copied to clipboard

The Resource Group Name

Functions

Link copied to clipboard
open override fun toJava(): GetJobPlainArgs