Jobs interface
Interface representing a Jobs.
Methods
export(string, string, Jobs |
Triggers export of jobs specified by filters and returns an OperationID to track. |
Method Details
export(string, string, JobsExportOptionalParams)
Triggers export of jobs specified by filters and returns an OperationID to track.
function export(vaultName: string, resourceGroupName: string, options?: JobsExportOptionalParams): Promise<void>
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.
- options
- JobsExportOptionalParams
The options parameters.
Returns
Promise<void>