Freigeben über


DevicesOperationsExtensions.ListByResourceGroupAsync Methode

Definition

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

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataBoxEdge.Models.DataBoxEdgeDevice>> ListByResourceGroupAsync (this Microsoft.Azure.Management.DataBoxEdge.IDevicesOperations operations, string resourceGroupName, string expand = default, System.Threading.CancellationToken cancellationToken = default);
static member ListByResourceGroupAsync : Microsoft.Azure.Management.DataBoxEdge.IDevicesOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataBoxEdge.Models.DataBoxEdgeDevice>>
<Extension()>
Public Function ListByResourceGroupAsync (operations As IDevicesOperations, resourceGroupName As String, 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.

resourceGroupName
String

Der Name der Ressourcengruppe.

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: