DevicesOperationsExtensions.ListByResourceGroupAsync Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
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:
Azure SDK for .NET