次の方法で共有


FileSharesOperationsExtensions.ListNext(IFileSharesOperations, String) メソッド

定義

すべての共有を一覧表示します。

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)

パラメーター

operations
IFileSharesOperations

この拡張メソッドの操作グループ。

nextPageLink
String

List 操作の前の正常な呼び出しからの NextLink。

戻り値

適用対象