ExportJobsOperationResults interface
Interface representing a ExportJobsOperationResults.
Methods
get(string, string, string, Export |
Gets the operation result of operation triggered by Export Jobs API. If the operation is successful, then it also contains URL of a Blob and a SAS key to access the same. The blob contains exported jobs in JSON serialized format. |
Method Details
get(string, string, string, ExportJobsOperationResultsGetOptionalParams)
Gets the operation result of operation triggered by Export Jobs API. If the operation is successful, then it also contains URL of a Blob and a SAS key to access the same. The blob contains exported jobs in JSON serialized format.
function get(vaultName: string, resourceGroupName: string, operationId: string, options?: ExportJobsOperationResultsGetOptionalParams): Promise<OperationResultInfoBaseResource>
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.
- operationId
-
string
OperationID which represents the export job.
The options parameters.
Returns
Promise<OperationResultInfoBaseResource>