你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

BatchClient.ListPools(ListPoolOptions) Method

Definition

Lists the pools matching the specified filter options.

public System.Collections.Generic.IEnumerable<Microsoft.Azure.Commands.Batch.Models.PSCloudPool> ListPools (Microsoft.Azure.Commands.Batch.Models.ListPoolOptions options);
member this.ListPools : Microsoft.Azure.Commands.Batch.Models.ListPoolOptions -> seq<Microsoft.Azure.Commands.Batch.Models.PSCloudPool>
Public Function ListPools (options As ListPoolOptions) As IEnumerable(Of PSCloudPool)

Parameters

options
ListPoolOptions

The options to use when querying for pools.

Returns

The pools matching the specified filter options.

Applies to