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
tags
Specifies the tags that will be assigned to the job.
tags?: Record<string, unknown>
Property Value
Record<string, unknown>
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript