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

PurviewExtensions.GetDefaultAccount 方法

定义

获取范围的默认帐户。

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

参数

tenantResource
TenantResource

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

scopeTenantId
Guid

租户 ID。

scopeType
PurviewAccountScopeType

默认帐户的范围。

scope
String

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

cancellationToken
CancellationToken

要使用的取消标记。

返回

适用于