Partager via


SharesOperationsExtensions.ListByDataBoxEdgeDevice Méthode

Définition

Répertorie tous les partages d’un appareil Data Box Edge/Data Box Gateway.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataBoxEdge.Models.Share> ListByDataBoxEdgeDevice (this Microsoft.Azure.Management.DataBoxEdge.ISharesOperations operations, string deviceName, string resourceGroupName);
static member ListByDataBoxEdgeDevice : Microsoft.Azure.Management.DataBoxEdge.ISharesOperations * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataBoxEdge.Models.Share>
<Extension()>
Public Function ListByDataBoxEdgeDevice (operations As ISharesOperations, deviceName As String, resourceGroupName As String) As IPage(Of Share)

Paramètres

operations
ISharesOperations

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

deviceName
String

Le nom de l'appareil.

resourceGroupName
String

Nom du groupe de ressources.

Retours

S’applique à