ArmDataProtectionBackupModelFactory.TargetCopySetting 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.
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.