ArmDataProtectionBackupModelFactory.DataProtectionUnlockDeleteContent 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.
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.