Freigeben über


DataBoxEdgeExtensions.GetDataBoxEdgeDevicesAsync Methode

Definition

Ruft alle Data Box Edge-/Data Box Gateway-Geräte in einem Abonnement ab.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.DataBoxEdge/dataBoxEdgeDevices
  • Vorgangs-IdDevices_ListBySubscription
public static Azure.AsyncPageable<Azure.ResourceManager.DataBoxEdge.DataBoxEdgeDeviceResource> GetDataBoxEdgeDevicesAsync (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, string expand = default, System.Threading.CancellationToken cancellationToken = default);
static member GetDataBoxEdgeDevicesAsync : Azure.ResourceManager.Resources.SubscriptionResource * string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.DataBoxEdge.DataBoxEdgeDeviceResource>
<Extension()>
Public Function GetDataBoxEdgeDevicesAsync (subscriptionResource As SubscriptionResource, Optional expand As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of DataBoxEdgeDeviceResource)

Parameter

subscriptionResource
SubscriptionResource

Der SubscriptionResource instance die -Methode ausgeführt wird.

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: