ArmDataProtectionBackupModelFactory.DataProtectionBackupCopySetting 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.
Options to copy Please note this is the abstract base class. The derived classes available for instantiation are: CopyOnExpirySetting, CustomCopySetting, and ImmediateCopySetting.
public static Azure.ResourceManager.DataProtectionBackup.Models.DataProtectionBackupCopySetting DataProtectionBackupCopySetting(string objectType = default);
static member DataProtectionBackupCopySetting : string -> Azure.ResourceManager.DataProtectionBackup.Models.DataProtectionBackupCopySetting
Public Shared Function DataProtectionBackupCopySetting (Optional objectType As String = Nothing) As DataProtectionBackupCopySetting
Parameters
- objectType
- String
Type of the specific object - used for deserializing.
Returns
A new DataProtectionBackupCopySetting instance for mocking.