Partager via


StreamingLocatorsOperationsExtensions.ListContentKeysAsync Méthode

Définition

Répertorie les clés de contenu

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)

Paramètres

operations
IStreamingLocatorsOperations

Groupe d’opérations pour cette méthode d’extension.

resourceGroupName
String

Nom du groupe de ressources au sein de l’abonnement Azure.

accountName
String

Nom du compte Media Services.

streamingLocatorName
String

Nom du localisateur de streaming.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

Remarques

Répertorier les clés de contenu utilisées par ce localisateur de streaming

S’applique à