次の方法で共有


RoutesOperationsExtensions.ListByEndpointNext メソッド

定義

プロファイル内の既存のすべての配信元を一覧表示します。

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Cdn.Models.Route> ListByEndpointNext (this Microsoft.Azure.Management.Cdn.IRoutesOperations operations, string nextPageLink);
static member ListByEndpointNext : Microsoft.Azure.Management.Cdn.IRoutesOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Cdn.Models.Route>
<Extension()>
Public Function ListByEndpointNext (operations As IRoutesOperations, nextPageLink As String) As IPage(Of Route)

パラメーター

operations
IRoutesOperations

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

nextPageLink
String

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

戻り値

適用対象