BillingExtensions.GetBillingSubscriptionAlias 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 Azure.Response<Azure.ResourceManager.Billing.BillingSubscriptionAliasResource> GetBillingSubscriptionAlias (this Azure.ResourceManager.Resources.TenantResource tenantResource, string billingAccountName, string aliasName, System.Threading.CancellationToken cancellationToken = default);
static member GetBillingSubscriptionAlias : Azure.ResourceManager.Resources.TenantResource * string * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Billing.BillingSubscriptionAliasResource>
<Extension()>
Public Function GetBillingSubscriptionAlias (tenantResource As TenantResource, billingAccountName As String, aliasName As String, Optional cancellationToken As CancellationToken = Nothing) As 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