Freigeben über


DataBoxEdgeDeviceCollection.GetAllAsync(String, CancellationToken) Methode

Definition

Ruft alle Data Box Edge-/Data Box Gateway-Geräte in einer Ressourcengruppe ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataBoxEdge/dataBoxEdgeDevices
  • Vorgangs-IdDevices_ListByResourceGroup
public virtual Azure.AsyncPageable<Azure.ResourceManager.DataBoxEdge.DataBoxEdgeDeviceResource> GetAllAsync (string expand = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.DataBoxEdge.DataBoxEdgeDeviceResource>
override this.GetAllAsync : string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.DataBoxEdge.DataBoxEdgeDeviceResource>
Public Overridable Function GetAllAsync (Optional expand As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of DataBoxEdgeDeviceResource)

Parameter

expand
String

Geben Sie $expand=details an, um zusätzliche Felder im Zusammenhang mit der Ressource aufzufüllen, oder Geben Sie $skipToken=<token> an, um die nächste Seite in der Liste aufzufüllen.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine asynchrone Auflistung von DataBoxEdgeDeviceResource , die mehrere Dienstanforderungen durchlaufen kann.

Gilt für: