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