Freigeben über


DevicesOperationsExtensions.ListBySubscriptionAsync Methode

Definition

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

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataBoxEdge.Models.DataBoxEdgeDevice>> ListBySubscriptionAsync (this Microsoft.Azure.Management.DataBoxEdge.IDevicesOperations operations, string expand = default, System.Threading.CancellationToken cancellationToken = default);
static member ListBySubscriptionAsync : Microsoft.Azure.Management.DataBoxEdge.IDevicesOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataBoxEdge.Models.DataBoxEdgeDevice>>
<Extension()>
Public Function ListBySubscriptionAsync (operations As IDevicesOperations, Optional expand As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of DataBoxEdgeDevice))

Parameter

operations
IDevicesOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

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 Abbruchtoken.

Gibt zurück

Gilt für: