PurviewExtensions.GetDefaultAccount メソッド

定義

スコープの既定のアカウントを取得します。

  • 要求パス/プロバイダー/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

使用する取り消しトークン。

戻り値

適用対象