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