Partager via


BillingSubscriptionCollection.GetAsync(String, CancellationToken) Méthode

Définition

Obtient un abonnement par son ID. 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 microsoft Online Services Program.

  • Chemin d’accès/providers/Microsoft.Billing/billingAccounts/{billingAccountName}/billingSubscriptions/{billingSubscriptionName}
  • IdBillingSubscriptions_Get d’opération
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Billing.BillingSubscriptionResource>> GetAsync (string billingSubscriptionName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Billing.BillingSubscriptionResource>>
override this.GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Billing.BillingSubscriptionResource>>
Public Overridable Function GetAsync (billingSubscriptionName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of BillingSubscriptionResource))

Paramètres

billingSubscriptionName
String

ID qui identifie de manière unique un abonnement.

cancellationToken
CancellationToken

Jeton d’annulation à utiliser.

Retours

Exceptions

billingSubscriptionName est une chaîne vide, et on s’attendait à ce qu’elle ne soit pas vide.

billingSubscriptionName a la valeur null.

S’applique à