Freigeben über


BillingExtensions.GetBillingSubscriptionAliasAsync Methode

Definition

Ruft ein Abonnement anhand seiner Alias-ID ab. Der Vorgang wird für arbeitsplatzbasierte Abrechnungsabonnements unterstützt.

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

Parameter

tenantResource
TenantResource

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

billingAccountName
String

Die ID, die ein Abrechnungskonto eindeutig identifiziert.

aliasName
String

Die ID, die einen Abonnementalias eindeutig identifiziert.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Ausnahmen

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

billingAccountName oder aliasName ist NULL.

Gilt für: