BillingSubscriptionCollection.GetAllAsync(CancellationToken) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Répertorie les abonnements pour un compte de facturation. L’opération est actuellement prise en charge pour les comptes de facturation avec le type de contrat Contrat client Microsoft, Contrat Partenaire Microsoft et le programme Microsoft Online Services.
- Chemin de la demande/providers/Microsoft.Billing/billingAccounts/{billingAccountName}/billingSubscriptions
- IdBillingSubscriptions_ListByBillingAccount d’opération
public virtual Azure.AsyncPageable<Azure.ResourceManager.Billing.BillingSubscriptionResource> GetAllAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Billing.BillingSubscriptionResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Billing.BillingSubscriptionResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of BillingSubscriptionResource)
Paramètres
- cancellationToken
- CancellationToken
Jeton d’annulation à utiliser.
Retours
Collection asynchrone de qui peut nécessiter plusieurs demandes de BillingSubscriptionResource service pour itérer.
S’applique à
Azure SDK for .NET