Delen via


PoolOperationsExtensions.ListByBatchAccount Methode

Definitie

Een lijst met alle pools in het opgegeven account.

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)

Parameters

operations
IPoolOperations

De bewerkingsgroep voor deze extensiemethode.

resourceGroupName
String

De naam van de resourcegroep die het Batch-account bevat.

accountName
String

De naam van het Batch-account.

maxresults
Nullable<Int32>

Het maximum aantal items dat in het antwoord moet worden geretourneerd.

select
String

Door komma's gescheiden lijst met eigenschappen die moeten worden geretourneerd. bijvoorbeeld 'properties/provisioningState'. Alleen eigenschappen op het hoogste niveau onder eigenschappen/ zijn geldig voor selectie.

filter
String

OData-filterexpressie. Geldige eigenschappen voor filteren zijn:

name properties/allocationState properties/allocationStateTransitionTime properties/creationTime properties/provisioningState properties/provisioningStateTransitionTime properties/lastModified properties/vmSize properties/interNodeCommunication properties/scaleSettings/autoScale properties/scaleSettings/fixedScale

Retouren

Van toepassing op