次の方法で共有


TracksOperationsExtensions.List メソッド

定義

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

public static System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.Media.Models.AssetTrack> List(this Microsoft.Azure.Management.Media.ITracksOperations operations, string resourceGroupName, string accountName, string assetName);
static member List : Microsoft.Azure.Management.Media.ITracksOperations * string * string * string -> seq<Microsoft.Azure.Management.Media.Models.AssetTrack>
<Extension()>
Public Function List (operations As ITracksOperations, resourceGroupName As String, accountName As String, assetName As String) As IEnumerable(Of AssetTrack)

パラメーター

operations
ITracksOperations

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

resourceGroupName
String

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

accountName
String

Media Services アカウント名。

assetName
String

資産名。

戻り値

注釈

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

適用対象