BillingExtensions.GetBillingSubscription Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ruft ein Abonnement anhand seiner ID ab. Der Vorgang wird derzeit für Abrechnungskonten mit dem Vertragstyp Microsoft-Kundenvereinbarung, Microsoft Partner-Vereinbarung und microsoft Online Services Program unterstützt.
- Request Path/providers/Microsoft.Billing/billingAccounts/{billingAccountName}/billingSubscriptions/{billingSubscriptionName}
- Vorgangs-IdBillingSubscriptions_Get
public static Azure.Response<Azure.ResourceManager.Billing.BillingSubscriptionResource> GetBillingSubscription (this Azure.ResourceManager.Resources.TenantResource tenantResource, string billingAccountName, string billingSubscriptionName, System.Threading.CancellationToken cancellationToken = default);
static member GetBillingSubscription : Azure.ResourceManager.Resources.TenantResource * string * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Billing.BillingSubscriptionResource>
<Extension()>
Public Function GetBillingSubscription (tenantResource As TenantResource, billingAccountName As String, billingSubscriptionName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of BillingSubscriptionResource)
Parameter
- tenantResource
- TenantResource
Der TenantResource instance 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.