Language

ArmDataProtectionBackupModelFactory.DataProtectionBackupTriggerContext Method

Definition

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.

Applies to