Share via


ResourceLinksOperationsExtensions.ListAtSourceScopeNext メソッド

定義

指定したソース スコープの下にあるリソース リンクの一覧を取得します。

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

パラメーター

operations
IResourceLinksOperations

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

nextPageLink
String

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

戻り値

適用対象