Freigeben über


SubscriptionOperationsExtensions.ListAsync Methode

Definition

Listet alle Abonnements der API Management-Dienstinstanz auf

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

Parameter

operations
ISubscriptionOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe.

serviceName
String

Der Name des API Management-Diensts.

odataQuery
ODataQuery<SubscriptionContract>

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

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: