PoolOperationsExtensions.ListByBatchAccountAsync Metoda
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Zobrazí seznam všech fondů v zadaném účtu.
public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Batch.Models.Pool>> ListByBatchAccountAsync (this Microsoft.Azure.Management.Batch.IPoolOperations operations, string resourceGroupName, string accountName, int? maxresults = default, string select = default, string filter = default, System.Threading.CancellationToken cancellationToken = default);
static member ListByBatchAccountAsync : Microsoft.Azure.Management.Batch.IPoolOperations * string * string * Nullable<int> * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Batch.Models.Pool>>
<Extension()>
Public Function ListByBatchAccountAsync (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, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of Pool))
Parametry
- operations
- IPoolOperations
Skupina operací pro tuto metodu rozšíření.
- resourceGroupName
- String
Název skupiny prostředků, která obsahuje účet Batch.
- accountName
- String
Název účtu Batch.
- select
- String
Seznam vlastností oddělených čárkami, které by měly být vráceny. např. "properties/provisioningState". Pro výběr jsou platné pouze vlastnosti nejvyšší úrovně pod vlastnostmi/ .
- filter
- String
Výraz filtru OData. Platné vlastnosti pro filtrování jsou:
name properties/allocationState properties/allocationStateTransitionTime properties/creationTime properties/provisioningState properties/provisioningStateTransitionTime properties/lastModified properties/vmSize properties/interNodeCommunication properties/scaleSettings/autoScale properties/scaleSettings/fixedScale
- cancellationToken
- CancellationToken
Token zrušení.
Návraty
Platí pro
Azure SDK for .NET