Freigeben über


FileSharesOperationsExtensions.ListNext(IFileSharesOperations, String) Methode

Definition

Listet alle Freigaben auf.

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)

Parameter

operations
IFileSharesOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

nextPageLink
String

Der NextLink aus dem vorherigen erfolgreichen Aufruf des List-Vorgangs.

Gibt zurück

Gilt für: