次の方法で共有


StreamingLocatorsOperationsExtensions.ListContentKeysAsync メソッド

定義

コンテンツ キーの一覧を取得します。

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

パラメーター

operations
IStreamingLocatorsOperations

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

resourceGroupName
String

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

accountName
String

Media Services アカウント名。

streamingLocatorName
String

ストリーミング ロケーター名。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

注釈

このストリーミング ロケーターで使用されるコンテンツ キーを一覧表示する

適用対象