GetJobResult

data class GetJobResult(val azureApiVersion: String, val id: String, val name: String, val properties: JobPropertiesResponse, val type: String)

Constructors

Link copied to clipboard
constructor(azureApiVersion: String, id: String, name: String, properties: JobPropertiesResponse, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard
val id: String

Gets the job resource identifier.

Link copied to clipboard

Gets the job resource name.

Link copied to clipboard

Gets or sets the job properties.

Link copied to clipboard

Gets the job resource type.