次の方法で共有


TracksOperationsExtensions.ListAsync メソッド

定義

アセット内のトラックを一覧表示する

public static System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.Media.Models.AssetTrack>> ListAsync (this Microsoft.Azure.Management.Media.ITracksOperations operations, string resourceGroupName, string accountName, string assetName, System.Threading.CancellationToken cancellationToken = default);
static member ListAsync : Microsoft.Azure.Management.Media.ITracksOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<seq<Microsoft.Azure.Management.Media.Models.AssetTrack>>
<Extension()>
Public Function ListAsync (operations As ITracksOperations, resourceGroupName As String, accountName As String, assetName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IEnumerable(Of AssetTrack))

パラメーター

operations
ITracksOperations

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

resourceGroupName
String

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

accountName
String

Media Services アカウント名。

assetName
String

資産名。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

注釈

アセット内のトラックを一覧表示します

適用対象