FetchCrossRegionRestoreJob interface

Interface representing a FetchCrossRegionRestoreJob.

Methods

get(string, string, CrossRegionRestoreJobRequest, FetchCrossRegionRestoreJobGetOptionalParams)

Fetches the Cross Region Restore Job

Method Details

get(string, string, CrossRegionRestoreJobRequest, FetchCrossRegionRestoreJobGetOptionalParams)

Fetches the Cross Region Restore Job

function get(resourceGroupName: string, location: string, parameters: CrossRegionRestoreJobRequest, options?: FetchCrossRegionRestoreJobGetOptionalParams): Promise<AzureBackupJobResource>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

location

string

The name of the Azure region.

parameters
CrossRegionRestoreJobRequest

Request body for operation

options
FetchCrossRegionRestoreJobGetOptionalParams

The options parameters.

Returns