ArmDataProtectionBackupModelFactory.CrossRegionRestoreJobContent Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Details of CRR Job to be fetched.
public static Azure.ResourceManager.DataProtectionBackup.Models.CrossRegionRestoreJobContent CrossRegionRestoreJobContent(Azure.Core.AzureLocation sourceRegion = default, Azure.Core.ResourceIdentifier sourceBackupVaultId = default, Guid jobId = default);
static member CrossRegionRestoreJobContent : Azure.Core.AzureLocation * Azure.Core.ResourceIdentifier * Guid -> Azure.ResourceManager.DataProtectionBackup.Models.CrossRegionRestoreJobContent
Public Shared Function CrossRegionRestoreJobContent (Optional sourceRegion As AzureLocation = Nothing, Optional sourceBackupVaultId As ResourceIdentifier = Nothing, Optional jobId As Guid = Nothing) As CrossRegionRestoreJobContent
Parameters
- sourceRegion
- AzureLocation
- sourceBackupVaultId
- ResourceIdentifier
- jobId
- Guid
Returns
A new CrossRegionRestoreJobContent instance for mocking.