PoolOperationsExtensions.ListByBatchAccount メソッド

定義

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

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Batch.Models.Pool> ListByBatchAccount (this Microsoft.Azure.Management.Batch.IPoolOperations operations, string resourceGroupName, string accountName, int? maxresults = default, string select = default, string filter = default);
static member ListByBatchAccount : Microsoft.Azure.Management.Batch.IPoolOperations * string * string * Nullable<int> * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Batch.Models.Pool>
<Extension()>
Public Function ListByBatchAccount (operations As IPoolOperations, resourceGroupName As String, accountName As String, Optional maxresults As Nullable(Of Integer) = Nothing, Optional select As String = Nothing, Optional filter As String = Nothing) As IPage(Of Pool)

パラメーター

operations
IPoolOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

Batch アカウントを含むリソース グループの名前。

accountName
String

Batch アカウントの名前。

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

戻り値

適用対象