Freigeben über


StreamingLocatorsOperationsExtensions.GetAsync Methode

Definition

Abrufen eines Streaminglocators

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

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 Streaminglocatorname.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Hinweise

Abrufen der Details eines Streaminglocators im Media Services-Konto

Gilt für: