次の方法で共有


BatchAccountPoolCollection.GetAllAsync メソッド

定義

指定されたアカウント内のすべてのプールの一覧を取得します。

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

パラメーター

maxresults
Nullable<Int32>

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

select
String

返されるプロパティのコンマ区切りの一覧。 例: "properties/provisioningState" 選択できるのは、properties/ の下の最上位のプロパティのみです。

filter
String

OData フィルター式。 フィルター処理の有効なプロパティは次のとおりです。

name properties/allocationState properties/allocationStateTransitionTime properties/creationTime properties/provisioningState properties/provisioningStateTransitionTime properties/lastModified properties/vmSize properties/interNodeCommunication properties/scaleSettings/autoScale properties/scaleSettings/fixedScale

cancellationToken
CancellationToken

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

戻り値

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

適用対象