PoolOperationsExtensions.ListByBatchAccount メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定されたアカウント内のすべてのプールの一覧を取得します。
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 アカウントの名前。
- 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
戻り値
適用対象
Azure SDK for .NET