BatchClient.ListPools(ListPoolOptions) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.