GetJobResult

data class GetJobResult(val id: String, val identity: IdentityDetailsResponse? = null, val location: String? = null, val name: String, val properties: JobDetailsResponse, val systemData: SystemDataResponse, val tags: Any? = null, val type: String)

Contains the job information.

Constructors

Link copied to clipboard
constructor(id: String, identity: IdentityDetailsResponse? = null, location: String? = null, name: String, properties: JobDetailsResponse, systemData: SystemDataResponse, tags: Any? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

Specifies the resource identifier of the job.

Link copied to clipboard

Specifies the job identity details

Link copied to clipboard
val location: String? = null

Specifies the Azure location where the job is created.

Link copied to clipboard

Specifies the name of the job.

Link copied to clipboard

Specifies the job properties

Link copied to clipboard

SystemData of ImportExport Jobs.

Link copied to clipboard
val tags: Any? = null

Specifies the tags that are assigned to the job.

Link copied to clipboard

Specifies the type of the job resource.