BillingSubscriptionCollection.Get(String, CancellationToken) 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 virtual Azure.Response<Azure.ResourceManager.Billing.BillingSubscriptionResource> Get (string billingSubscriptionName, System.Threading.CancellationToken cancellationToken = default);
abstract member Get : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Billing.BillingSubscriptionResource>
override this.Get : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Billing.BillingSubscriptionResource>
Public Overridable Function Get (billingSubscriptionName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of BillingSubscriptionResource)
Parameter
- billingSubscriptionName
- String
Die ID, die ein Abonnement eindeutig identifiziert.
- cancellationToken
- CancellationToken
Das zu verwendende Abbruchtoken.
Gibt zurück
Ausnahmen
billingSubscriptionName
ist eine leere Zeichenfolge und wurde erwartet, dass sie nicht leer ist.
billingSubscriptionName
ist NULL.
Gilt für:
Azure SDK for .NET