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

PurviewExtensions.SetDefaultAccountAsync 方法

定义

设置该范围的默认帐户。

  • 请求路径/providers/Microsoft.Purview/setDefaultAccount
  • 操作IdDefaultAccounts_Set
public static System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Purview.Models.DefaultPurviewAccountPayload>> SetDefaultAccountAsync (this Azure.ResourceManager.Resources.TenantResource tenantResource, Azure.ResourceManager.Purview.Models.DefaultPurviewAccountPayload defaultAccountPayload, System.Threading.CancellationToken cancellationToken = default);
static member SetDefaultAccountAsync : Azure.ResourceManager.Resources.TenantResource * Azure.ResourceManager.Purview.Models.DefaultPurviewAccountPayload * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Purview.Models.DefaultPurviewAccountPayload>>
<Extension()>
Public Function SetDefaultAccountAsync (tenantResource As TenantResource, defaultAccountPayload As DefaultPurviewAccountPayload, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of DefaultPurviewAccountPayload))

参数

tenantResource
TenantResource

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

defaultAccountPayload
DefaultPurviewAccountPayload

包含默认帐户信息和作用域的有效负载。

cancellationToken
CancellationToken

要使用的取消标记。

返回

例外

defaultAccountPayload 为 null。

适用于