Freigeben über


ProductSubscriptionsOperationsExtensions.List Methode

Definition

Listet die Auflistung der Abonnements für das angegebene Produkt auf

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ApiManagement.Models.SubscriptionContract> List (this Microsoft.Azure.Management.ApiManagement.IProductSubscriptionsOperations operations, string resourceGroupName, string serviceName, string productId, Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.ApiManagement.Models.SubscriptionContract> odataQuery = default);
static member List : Microsoft.Azure.Management.ApiManagement.IProductSubscriptionsOperations * string * string * string * Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.ApiManagement.Models.SubscriptionContract> -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ApiManagement.Models.SubscriptionContract>
<Extension()>
Public Function List (operations As IProductSubscriptionsOperations, resourceGroupName As String, serviceName As String, productId As String, Optional odataQuery As ODataQuery(Of SubscriptionContract) = Nothing) As IPage(Of SubscriptionContract)

Parameter

operations
IProductSubscriptionsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe.

serviceName
String

Der Name des API Management-Diensts.

productId
String

Produktbezeichner. Muss im aktuellen API Management-Dienst instance eindeutig sein.

odataQuery
ODataQuery<SubscriptionContract>

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

Gibt zurück

Gilt für: