Share via


JobOperations interface

Interface representing a Job operations.

Properties

get

Gets the details of the job.

list

Gets the list of jobs in the given vault.

Property Details

get

Gets the details of the job.

get: (resourceGroupName: string, vaultName: string, jobName: string, options?: JobGetOptionalParams) => Promise<JobModel>

Property Value

(resourceGroupName: string, vaultName: string, jobName: string, options?: JobGetOptionalParams) => Promise<JobModel>

list

Gets the list of jobs in the given vault.

list: (resourceGroupName: string, vaultName: string, options?: JobListOptionalParams) => PagedAsyncIterableIterator<JobModel, JobModel[], PageSettings>

Property Value

(resourceGroupName: string, vaultName: string, options?: JobListOptionalParams) => PagedAsyncIterableIterator<JobModel, JobModel[], PageSettings>