ImportJobAdminStatus type
The administrative status of the import job. Possible values: 'Active', 'Cancel'. Passing in a value of 'Cancel' will cancel the current active import job. By default it is set to 'Active'.
KnownImportJobAdminStatus can be used interchangeably with ImportJobAdminStatus,
this enum contains the known values that the service supports.
Known values supported by the service
Active: Active
Cancel: Cancel
type ImportJobAdminStatus = string