次の方法で共有


AFDEndpointsOperationsExtensions.ListByProfileNext メソッド

定義

既存の AzureFrontDoor エンドポイントを一覧表示します。

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

パラメーター

operations
IAFDEndpointsOperations

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

nextPageLink
String

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

戻り値

適用対象