你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ResourceGuardProxyBaseResource.UnlockDelete 方法

定义

UnlockDelete 对 ResourceGuardProxy 的调用,在可以删除它之前执行

  • 请求路径/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataProtection/backupVaults/{vaultName}/backupResourceGuardProxies/{resourceGuardProxyName}/unlockDelete
  • 操作IdDppResourceGuardProxy_UnlockDelete
public virtual Azure.Response<Azure.ResourceManager.DataProtectionBackup.Models.DataProtectionUnlockDeleteResult> UnlockDelete (Azure.ResourceManager.DataProtectionBackup.Models.DataProtectionUnlockDeleteContent content, System.Threading.CancellationToken cancellationToken = default);
abstract member UnlockDelete : Azure.ResourceManager.DataProtectionBackup.Models.DataProtectionUnlockDeleteContent * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.DataProtectionBackup.Models.DataProtectionUnlockDeleteResult>
override this.UnlockDelete : Azure.ResourceManager.DataProtectionBackup.Models.DataProtectionUnlockDeleteContent * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.DataProtectionBackup.Models.DataProtectionUnlockDeleteResult>
Public Overridable Function UnlockDelete (content As DataProtectionUnlockDeleteContent, Optional cancellationToken As CancellationToken = Nothing) As Response(Of DataProtectionUnlockDeleteResult)

参数

content
DataProtectionUnlockDeleteContent

操作的请求正文。

cancellationToken
CancellationToken

要使用的取消标记。

返回

例外

content 为 null。

适用于