Partager via


BillingSubscriptionCollection.GetAllAsync(CancellationToken) Méthode

Définition

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 à