LiveEventsOperationsExtensions.ListAsync メソッド

定義

ライブ イベントを一覧表示する

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

パラメーター

operations
ILiveEventsOperations

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

resourceGroupName
String

Azure サブスクリプション内のリソース グループの名前。

accountName
String

Media Services アカウント名。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

注釈

アカウント内のすべてのライブ イベントを一覧表示します。

適用対象