ProvidersOperationsExtensions.ListNext(IProvidersOperations, String) メソッド

定義

サブスクリプションのすべてのリソース プロバイダーを取得します。

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

パラメーター

operations
IProvidersOperations

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

nextPageLink
String

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

戻り値

適用対象