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

PurviewExtensions.RemoveDefaultAccountAsync 方法

定义

从范围中删除默认帐户。

  • 请求路径/providers/Microsoft.Purview/removeDefaultAccount
  • 操作IdDefaultAccounts_Remove
public static System.Threading.Tasks.Task<Azure.Response> RemoveDefaultAccountAsync (this Azure.ResourceManager.Resources.TenantResource tenantResource, Guid scopeTenantId, Azure.ResourceManager.Purview.Models.PurviewAccountScopeType scopeType, string scope = default, System.Threading.CancellationToken cancellationToken = default);
static member RemoveDefaultAccountAsync : Azure.ResourceManager.Resources.TenantResource * Guid * Azure.ResourceManager.Purview.Models.PurviewAccountScopeType * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response>
<Extension()>
Public Function RemoveDefaultAccountAsync (tenantResource As TenantResource, scopeTenantId As Guid, scopeType As PurviewAccountScopeType, Optional scope As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response)

参数

tenantResource
TenantResource

方法 TenantResource 将对其执行的实例。

scopeTenantId
Guid

租户 ID。

scopeType
PurviewAccountScopeType

默认帐户的范围。

scope
String

范围对象的 ID,例如,如果范围为“Subscription”,则为该订阅的 ID。

cancellationToken
CancellationToken

要使用的取消标记。

返回

适用于