PutJobParameters interface

Put Job parameters

Properties

location

Specifies the supported Azure location where the job should be created

properties

Specifies the job properties

tags

Specifies the tags that will be assigned to the job.

Property Details

location

Specifies the supported Azure location where the job should be created

location?: string

Property Value

string

properties

Specifies the job properties

properties?: JobDetails

Property Value

tags

Specifies the tags that will be assigned to the job.

tags?: Record<string, unknown>

Property Value

Record<string, unknown>