Freigeben über


AssetsOperationsExtensions.ListStreamingLocatorsAsync Methode

Definition

Listenstreaminglocator

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

Parameter

operations
IAssetsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe innerhalb des Azure-Abonnements.

accountName
String

Der Name des Media Services-Kontos.

assetName
String

Der Ressourcenname.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Hinweise

Listet Streaming locators auf, die diesem Asset zugeordnet sind.

Gilt für: