次の方法で共有


OriginGroupsOperationsExtensions.ListByEndpointNextAsync メソッド

定義

エンドポイント内のすべての既存の配信元グループを一覧表示します。

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

パラメーター

operations
IOriginGroupsOperations

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

nextPageLink
String

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

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象