Condividi tramite


ArmDataProtectionBackupModelFactory.DataProtectionUnlockDeleteContent Method

Definition

Request body of unlock delete API.

public static Azure.ResourceManager.DataProtectionBackup.Models.DataProtectionUnlockDeleteContent DataProtectionUnlockDeleteContent(System.Collections.Generic.IEnumerable<string> resourceGuardOperationRequests = default, string resourceToBeDeleted = default);
static member DataProtectionUnlockDeleteContent : seq<string> * string -> Azure.ResourceManager.DataProtectionBackup.Models.DataProtectionUnlockDeleteContent
Public Shared Function DataProtectionUnlockDeleteContent (Optional resourceGuardOperationRequests As IEnumerable(Of String) = Nothing, Optional resourceToBeDeleted As String = Nothing) As DataProtectionUnlockDeleteContent

Parameters

resourceGuardOperationRequests
IEnumerable<String>

ResourceGuardOperationRequests on which LAC check will be performed.

resourceToBeDeleted
String

Returns

A new DataProtectionUnlockDeleteContent instance for mocking.

Applies to