JobDetails interface
Interface representing a JobDetails.
Methods
get(string, string, string, Job |
Gets extended information associated with the job. |
Method Details
get(string, string, string, JobDetailsGetOptionalParams)
Gets extended information associated with the job.
function get(vaultName: string, resourceGroupName: string, jobName: string, options?: JobDetailsGetOptionalParams): Promise<JobResource>
Parameters
- vaultName
-
string
The name of the recovery services vault.
- resourceGroupName
-
string
The name of the resource group where the recovery services vault is present.
- jobName
-
string
Name of the job whose details are to be fetched.
- options
- JobDetailsGetOptionalParams
The options parameters.
Returns
Promise<JobResource>