Freigeben über


ContentKeyPoliciesOperationsExtensions.ListAsync Methode

Definition

Auflisten von Inhaltsschlüsselrichtlinien

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Media.Models.ContentKeyPolicy>> ListAsync (this Microsoft.Azure.Management.Media.IContentKeyPoliciesOperations operations, string resourceGroupName, string accountName, Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.Media.Models.ContentKeyPolicy> odataQuery = default, System.Threading.CancellationToken cancellationToken = default);
static member ListAsync : Microsoft.Azure.Management.Media.IContentKeyPoliciesOperations * string * string * Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.Media.Models.ContentKeyPolicy> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Media.Models.ContentKeyPolicy>>
<Extension()>
Public Function ListAsync (operations As IContentKeyPoliciesOperations, resourceGroupName As String, accountName As String, Optional odataQuery As ODataQuery(Of ContentKeyPolicy) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of ContentKeyPolicy))

Parameter

operations
IContentKeyPoliciesOperations

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<ContentKeyPolicy>

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

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Hinweise

Listet die Inhaltsschlüsselrichtlinien im Konto auf.

Gilt für: