StreamingLocatorsOperationsExtensions.ListContentKeysAsync Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Führt Inhaltsschlüssel auf.
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)
Parameter
- operations
- IStreamingLocatorsOperations
Die Vorgangsgruppe für diese Erweiterungsmethode.
- resourceGroupName
- String
Der Name der Ressourcengruppe innerhalb des Azure-Abonnements.
- accountName
- String
Der Name des Media Services-Kontos.
- streamingLocatorName
- String
Der Name des Streaminglocators.
- cancellationToken
- CancellationToken
Das Abbruchtoken.
Gibt zurück
Hinweise
Auflisten von Inhaltsschlüsseln, die von diesem Streaminglocator verwendet werden
Gilt für:
Azure SDK for .NET