AFDOriginGroupsOperationsExtensions.ListByProfileNextAsync メソッド

定義

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

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Cdn.Models.AFDOriginGroup>> ListByProfileNextAsync (this Microsoft.Azure.Management.Cdn.IAFDOriginGroupsOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListByProfileNextAsync : Microsoft.Azure.Management.Cdn.IAFDOriginGroupsOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Cdn.Models.AFDOriginGroup>>
<Extension()>
Public Function ListByProfileNextAsync (operations As IAFDOriginGroupsOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of AFDOriginGroup))

パラメーター

operations
IAFDOriginGroupsOperations

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

nextPageLink
String

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

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象