ImportJobUpdate interface
An import job update instance.
Properties
| admin |
The administrative status of the import job. Possible values: 'Active', 'Cancel'. Passing in a value of 'Cancel' will cancel the current active import job. |
| tags | Resource tags. |
Property Details
adminStatus
The administrative status of the import job. Possible values: 'Active', 'Cancel'. Passing in a value of 'Cancel' will cancel the current active import job.
adminStatus?: string
Property Value
string
tags
Resource tags.
tags?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}