Dela via


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