Freigeben über


BillingExtensions.GetBillingSubscriptionAsync Methode

Definition

Ruft ein Abonnement nach seiner ID ab. Der Vorgang wird derzeit für Abrechnungskonten mit dem Vertragstyp Microsoft-Kundenvereinbarung, Microsoft Partner-Vereinbarung und dem Microsoft Online Services-Programm unterstützt.

  • Anfordern von Path/providers/Microsoft.Billing/billingAccounts/{billingAccountName}/billingSubscriptions/{billingSubscriptionName}
  • Vorgang IdBillingSubscriptions_Get
public static System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Billing.BillingSubscriptionResource>> GetBillingSubscriptionAsync (this Azure.ResourceManager.Resources.TenantResource tenantResource, string billingAccountName, string billingSubscriptionName, System.Threading.CancellationToken cancellationToken = default);
static member GetBillingSubscriptionAsync : Azure.ResourceManager.Resources.TenantResource * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Billing.BillingSubscriptionResource>>
<Extension()>
Public Function GetBillingSubscriptionAsync (tenantResource As TenantResource, billingAccountName As String, billingSubscriptionName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of BillingSubscriptionResource))

Parameter

tenantResource
TenantResource

Der TenantResource instance, für den die Methode ausgeführt wird.

billingAccountName
String

Die ID, die ein Abrechnungskonto eindeutig identifiziert.

billingSubscriptionName
String

Die ID, die ein Abonnement eindeutig identifiziert.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Ausnahmen

billingAccountName oder billingSubscriptionName ist eine leere Zeichenfolge und wurde erwartet, dass sie nicht leer ist.

billingAccountName oder billingSubscriptionName ist NULL.

Gilt für: