Partager via


ApiManagementProductResource.GetAllProductSubscriptionDataAsync Méthode

Définition

Répertorie la collection d’abonnements au produit spécifié.

  • Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/products/{productId}/subscriptions
  • IdProductSubscriptions_List d’opération
public virtual Azure.AsyncPageable<Azure.ResourceManager.ApiManagement.SubscriptionContractData> GetAllProductSubscriptionDataAsync (string filter = default, int? top = default, int? skip = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllProductSubscriptionDataAsync : string * Nullable<int> * Nullable<int> * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.ApiManagement.SubscriptionContractData>
override this.GetAllProductSubscriptionDataAsync : string * Nullable<int> * Nullable<int> * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.ApiManagement.SubscriptionContractData>
Public Overridable Function GetAllProductSubscriptionDataAsync (Optional filter As String = Nothing, Optional top As Nullable(Of Integer) = Nothing, Optional skip As Nullable(Of Integer) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of SubscriptionContractData)

Paramètres

filter
String

| Champ | Utilisation | Opérateurs pris en charge | Fonctions prises en charge |< /br>|-------------|-------------|-------------|-------------|< /br>| name | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |< /br>| displayName | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |< /br>| stateComment | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |< /br>| ownerId | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |< /br>| scope | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |< /br>| userId | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |< /br>| productId | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |< /br>| state | filter | eq | |< /br>| user | expand | | | |< /br>.

top
Nullable<Int32>

Nombre d’enregistrements à renvoyer.

skip
Nullable<Int32>

Nombre d'enregistrements à ignorer.

cancellationToken
CancellationToken

Jeton d’annulation à utiliser.

Retours

Collection asynchrone de qui peut nécessiter plusieurs demandes de SubscriptionContractData service pour itérer.

S’applique à