LiveOutputsOperationsExtensions.GetAsync 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.
Abrufen der Liveausgabe
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Media.Models.LiveOutput> GetAsync(this Microsoft.Azure.Management.Media.ILiveOutputsOperations operations, string resourceGroupName, string accountName, string liveEventName, string liveOutputName, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.Media.ILiveOutputsOperations * string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Media.Models.LiveOutput>
<Extension()>
Public Function GetAsync (operations As ILiveOutputsOperations, resourceGroupName As String, accountName As String, liveEventName As String, liveOutputName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of LiveOutput)
Parameter
- operations
- ILiveOutputsOperations
Die Vorgangsgruppe für diese Erweiterungsmethode.
- resourceGroupName
- String
Der Name der Ressourcengruppe innerhalb des Azure-Abonnements.
- accountName
- String
Der Name des Media Services-Kontos.
- liveEventName
- String
Der Name des Liveereignisses, die maximale Länge beträgt 32.
- liveOutputName
- String
Der Name der Liveausgabe.
- cancellationToken
- CancellationToken
Das Abbruchtoken.
Gibt zurück
Hinweise
Ruft eine Liveausgabe ab.
Gilt für:
Azure SDK for .NET