DefaultAccountsOperationsExtensions.GetAsync メソッド

定義

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

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Purview.Models.DefaultAccountPayload> GetAsync (this Microsoft.Azure.Management.Purview.IDefaultAccountsOperations operations, Guid scopeTenantId, string scopeType, string scope = default, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.Purview.IDefaultAccountsOperations * Guid * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Purview.Models.DefaultAccountPayload>
<Extension()>
Public Function GetAsync (operations As IDefaultAccountsOperations, scopeTenantId As Guid, scopeType As String, Optional scope As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of DefaultAccountPayload)

パラメーター

operations
IDefaultAccountsOperations

この拡張メソッドの操作グループ。

scopeTenantId
Guid

テナント ID。

scopeType
String

既定のアカウントのスコープ。 使用可能な値は、'Tenant'、'Subscription' です。

scope
String

スコープ オブジェクトの ID (スコープが "サブスクリプション" の場合など) は、そのサブスクリプションの ID です。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

注釈

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

適用対象