ArmDataProtectionBackupModelFactory.DataProtectionResourceDeletionInfo 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.
Deletion info for a tracked resource (Backup Vault).
public static Azure.ResourceManager.DataProtectionBackup.Models.DataProtectionResourceDeletionInfo DataProtectionResourceDeletionInfo(DateTimeOffset? deletedOn = default, DateTimeOffset? scheduledPurgeOn = default, string deleteActivityId = default);
static member DataProtectionResourceDeletionInfo : Nullable<DateTimeOffset> * Nullable<DateTimeOffset> * string -> Azure.ResourceManager.DataProtectionBackup.Models.DataProtectionResourceDeletionInfo
Public Shared Function DataProtectionResourceDeletionInfo (Optional deletedOn As Nullable(Of DateTimeOffset) = Nothing, Optional scheduledPurgeOn As Nullable(Of DateTimeOffset) = Nothing, Optional deleteActivityId As String = Nothing) As DataProtectionResourceDeletionInfo
Parameters
- deletedOn
- Nullable<DateTimeOffset>
Specifies time of deletion for the tracked resource (Backup Vault).
- scheduledPurgeOn
- Nullable<DateTimeOffset>
Specifies the scheduled purge time for the tracked resource (Backup Vault).
- deleteActivityId
- String
Delete activity ID for troubleshooting the deletion of the tracked resource.
Returns
A new DataProtectionResourceDeletionInfo instance for mocking.