次の方法で共有


BatchApplicationCollection.GetAllAsync メソッド

定義

指定したアカウント内のすべてのアプリケーションを一覧表示します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}/applications
  • 操作IdApplication_List
public virtual Azure.AsyncPageable<Azure.ResourceManager.Batch.BatchApplicationResource> GetAllAsync (int? maxresults = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : Nullable<int> * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Batch.BatchApplicationResource>
override this.GetAllAsync : Nullable<int> * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Batch.BatchApplicationResource>
Public Overridable Function GetAllAsync (Optional maxresults As Nullable(Of Integer) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of BatchApplicationResource)

パラメーター

maxresults
Nullable<Int32>

応答で返される項目の最大数。

cancellationToken
CancellationToken

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

戻り値

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

適用対象