JobRuns interface
Interface representing a JobRuns.
Methods
get(string, string, string, string, string, Job |
Gets a Job Run resource. |
list(string, string, string, string, Job |
Lists all Job Runs in a Job Definition. |
Method Details
get(string, string, string, string, string, JobRunsGetOptionalParams)
Gets a Job Run resource.
function get(resourceGroupName: string, storageMoverName: string, projectName: string, jobDefinitionName: string, jobRunName: string, options?: JobRunsGetOptionalParams): Promise<JobRun>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- storageMoverName
-
string
The name of the Storage Mover resource.
- projectName
-
string
The name of the Project resource.
- jobDefinitionName
-
string
The name of the Job Definition resource.
- jobRunName
-
string
The name of the Job Run resource.
- options
- JobRunsGetOptionalParams
The options parameters.
Returns
Promise<JobRun>
list(string, string, string, string, JobRunsListOptionalParams)
Lists all Job Runs in a Job Definition.
function list(resourceGroupName: string, storageMoverName: string, projectName: string, jobDefinitionName: string, options?: JobRunsListOptionalParams): PagedAsyncIterableIterator<JobRun, JobRun[], PageSettings>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- storageMoverName
-
string
The name of the Storage Mover resource.
- projectName
-
string
The name of the Project resource.
- jobDefinitionName
-
string
The name of the Job Definition resource.
- options
- JobRunsListOptionalParams
The options parameters.