Share via


QueueOperationsExtensions.ListNext(IQueueOperations, String) メソッド

定義

指定したストレージ アカウントのすべてのキューの一覧を取得します

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

パラメーター

operations
IQueueOperations

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

nextPageLink
String

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

戻り値

適用対象