ExportJobsOperationResult interface
Interface representing a ExportJobsOperationResult.
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, ExportJobsOperationResultGetOptionalParams)
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(resourceGroupName: string, vaultName: string, operationId: string, options?: ExportJobsOperationResultGetOptionalParams): Promise<ExportJobsResult>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- vaultName
-
string
The name of the backup vault.
- operationId
-
string
OperationID which represents the export job.
The options parameters.
Returns
Promise<ExportJobsResult>