Freigeben über


StreamingLocatorsOperationsExtensions.List Methode

Definition

Listenstreaminglocator

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Media.Models.StreamingLocator> List (this Microsoft.Azure.Management.Media.IStreamingLocatorsOperations operations, string resourceGroupName, string accountName, Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.Media.Models.StreamingLocator> odataQuery = default);
static member List : Microsoft.Azure.Management.Media.IStreamingLocatorsOperations * string * string * Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.Media.Models.StreamingLocator> -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Media.Models.StreamingLocator>
<Extension()>
Public Function List (operations As IStreamingLocatorsOperations, resourceGroupName As String, accountName As String, Optional odataQuery As ODataQuery(Of StreamingLocator) = Nothing) As IPage(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.

odataQuery
ODataQuery<StreamingLocator>

OData-Parameter, die auf den Vorgang angewendet werden sollen.

Gibt zurück

Hinweise

Listet die Streaminglocatoren im Konto auf.

Gilt für: