PurviewAccountCollection.GetAllAsync(String, CancellationToken) メソッド

定義

ResourceGroup でアカウントを一覧表示する

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Purview/accounts
  • 操作IdAccounts_ListByResourceGroup
public virtual Azure.AsyncPageable<Azure.ResourceManager.Purview.PurviewAccountResource> GetAllAsync (string skipToken = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Purview.PurviewAccountResource>
override this.GetAllAsync : string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Purview.PurviewAccountResource>
Public Overridable Function GetAllAsync (Optional skipToken As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of PurviewAccountResource)

パラメーター

skipToken
String

スキップ トークン。

cancellationToken
CancellationToken

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

戻り値

反復処理するために複数の PurviewAccountResource サービス要求を受け取る可能性がある の非同期コレクション。

適用対象