Freigeben über


BatchAccountPoolCollection.GetAll Methode

Definition

Listet alle Pools im angegebenen Konto auf.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}/pools
  • Vorgangs-IdPool_ListByBatchAccount
public virtual Azure.Pageable<Azure.ResourceManager.Batch.BatchAccountPoolResource> GetAll (int? maxresults = default, string select = default, string filter = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : Nullable<int> * string * string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Batch.BatchAccountPoolResource>
override this.GetAll : Nullable<int> * string * string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Batch.BatchAccountPoolResource>
Public Overridable Function GetAll (Optional maxresults As Nullable(Of Integer) = Nothing, Optional select As String = Nothing, Optional filter As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of BatchAccountPoolResource)

Parameter

maxresults
Nullable<Int32>

Die maximale Anzahl von Elementen, die in der Antwort zurückgegeben werden sollen.

select
String

Durch Trennzeichen getrennte Liste der Eigenschaften, die zurückgegeben werden sollen. z.B. "properties/provisioningState". Nur Eigenschaften der obersten Ebene unter eigenschaften/ sind für die Auswahl gültig.

filter
String

OData-Filterausdruck. Gültige Eigenschaften für das Filtern sind:

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

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine Sammlung von BatchAccountPoolResource , die mehrere Dienstanforderungen durchlaufen kann.

Gilt für: