Share via


PoolOperationsExtensions.List(IPoolOperations, PoolListOptions) Method

Definition

Lists all of the Pools in the specified Account.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Batch.Protocol.Models.CloudPool> List (this Microsoft.Azure.Batch.Protocol.IPoolOperations operations, Microsoft.Azure.Batch.Protocol.Models.PoolListOptions poolListOptions = default);
static member List : Microsoft.Azure.Batch.Protocol.IPoolOperations * Microsoft.Azure.Batch.Protocol.Models.PoolListOptions -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Batch.Protocol.Models.CloudPool>
<Extension()>
Public Function List (operations As IPoolOperations, Optional poolListOptions As PoolListOptions = Nothing) As IPage(Of CloudPool)

Parameters

operations
IPoolOperations

The operations group for this extension method.

poolListOptions
PoolListOptions

Additional parameters for the operation

Returns

Applies to