SubscriptionsOperationsExtensions.ListNext メソッド

定義

テナントのすべてのサブスクリプションを取得します。

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

パラメーター

operations
ISubscriptionsOperations

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

nextPageLink
String

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

戻り値

適用対象