Partager via


DevicesOperationsExtensions.ListBySubscription Méthode

Définition

Obtient tous les appareils de périphérie/passerelle data box d’un abonnement.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.EdgeGateway.Models.DataBoxEdgeDevice> ListBySubscription (this Microsoft.Azure.Management.EdgeGateway.IDevicesOperations operations, string expand = default);
static member ListBySubscription : Microsoft.Azure.Management.EdgeGateway.IDevicesOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.EdgeGateway.Models.DataBoxEdgeDevice>
<Extension()>
Public Function ListBySubscription (operations As IDevicesOperations, Optional expand As String = Nothing) As IPage(Of DataBoxEdgeDevice)

Paramètres

operations
IDevicesOperations

Groupe d’opérations pour cette méthode d’extension.

expand
String

Spécifiez $expand=details pour remplir des champs supplémentaires liés à la ressource ou Spécifiez $skipToken=<jeton> pour remplir la page suivante de la liste.

Retours

S’applique à