Freigeben über


BillingSubscriptionCollection.Get(String, CancellationToken) Methode

Definition

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: