PoolOperationsExtensions.ListByBatchAccount 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 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)
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
Návraty
Platí pro
Azure SDK for .NET