ContentKeyPoliciesOperationsExtensions.ListNextAsync メソッド

定義

コンテンツ キー ポリシーの一覧表示

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

パラメーター

operations
IContentKeyPoliciesOperations

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

nextPageLink
String

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

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

注釈

アカウント内のコンテンツ キー ポリシーを一覧表示します

適用対象