Share via


BillingExtensions.GetBillingSubscriptionAliasAsync Method

Definition

Gets a subscription by its alias ID. The operation is supported for seat based billing subscriptions.

  • Request Path: /providers/Microsoft.Billing/billingAccounts/{billingAccountName}/billingSubscriptionAliases/{aliasName}
  • Operation Id: BillingSubscriptionsAliases_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))

Parameters

tenantResource
TenantResource

The TenantResource instance the method will execute against.

billingAccountName
String

The ID that uniquely identifies a billing account.

aliasName
String

The ID that uniquely identifies a subscription alias.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

tenantResource, billingAccountName or aliasName is null.

billingAccountName or aliasName is an empty string, and was expected to be non-empty.

Applies to