ภาษา

ArmDataProtectionBackupModelFactory.TargetCopySetting Method

Definition

Target copy settings.

public static Azure.ResourceManager.DataProtectionBackup.Models.TargetCopySetting TargetCopySetting(Azure.ResourceManager.DataProtectionBackup.Models.DataProtectionBackupCopySetting copyAfter = default, Azure.ResourceManager.DataProtectionBackup.Models.DataStoreInfoBase dataStore = default);
static member TargetCopySetting : Azure.ResourceManager.DataProtectionBackup.Models.DataProtectionBackupCopySetting * Azure.ResourceManager.DataProtectionBackup.Models.DataStoreInfoBase -> Azure.ResourceManager.DataProtectionBackup.Models.TargetCopySetting
Public Shared Function TargetCopySetting (Optional copyAfter As DataProtectionBackupCopySetting = Nothing, Optional dataStore As DataStoreInfoBase = Nothing) As TargetCopySetting

Parameters

copyAfter
DataProtectionBackupCopySetting

It can be CustomCopyOption or ImmediateCopyOption.

dataStore
DataStoreInfoBase

Info of target datastore.

Returns

A new TargetCopySetting instance for mocking.

Applies to