Partager via


FileSharesOperationsExtensions.ListNext(IFileSharesOperations, String) Méthode

Définition

Répertorie tous les partages.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Storage.Models.FileShareItem> ListNext (this Microsoft.Azure.Management.Storage.IFileSharesOperations operations, string nextPageLink);
static member ListNext : Microsoft.Azure.Management.Storage.IFileSharesOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Storage.Models.FileShareItem>
<Extension()>
Public Function ListNext (operations As IFileSharesOperations, nextPageLink As String) As IPage(Of FileShareItem)

Paramètres

operations
IFileSharesOperations

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

nextPageLink
String

NextLink du précédent appel réussi à l’opération List.

Retours

S’applique à