DefaultAccountsOperationsExtensions.GetAsync メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
スコープの既定のアカウント情報セットを取得します。
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
キャンセル トークン。
戻り値
注釈
スコープの既定のアカウントを取得します。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET