Share via


TargetCopySetting.CopyAfter Property

Definition

It can be CustomCopyOption or ImmediateCopyOption. Please note DataProtectionBackupCopySetting is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include CopyOnExpirySetting, CustomCopySetting and ImmediateCopySetting.

public Azure.ResourceManager.DataProtectionBackup.Models.DataProtectionBackupCopySetting CopyAfter { get; set; }
member this.CopyAfter : Azure.ResourceManager.DataProtectionBackup.Models.DataProtectionBackupCopySetting with get, set
Public Property CopyAfter As DataProtectionBackupCopySetting

Property Value

Applies to