次の方法で共有


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

定義

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

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

パラメーター

skipToken
String

スキップ トークン。

cancellationToken
CancellationToken

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

戻り値

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

適用対象