Aracılığıyla paylaş


BillingSubscriptionAliasCollection.GetAll Method

Definition

Lists the subscription aliases for a billing account. The operation is supported for seat based billing subscriptions.

  • Request Path: /providers/Microsoft.Billing/billingAccounts/{billingAccountName}/billingSubscriptionAliases
  • Operation Id: BillingSubscriptionsAliases_ListByBillingAccount
  • Default Api Version: 2024-04-01
  • Resource: BillingSubscriptionAliasResource
public virtual Azure.Pageable<Azure.ResourceManager.Billing.BillingSubscriptionAliasResource> GetAll (Azure.ResourceManager.Billing.Models.BillingSubscriptionAliasCollectionGetAllOptions options, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : Azure.ResourceManager.Billing.Models.BillingSubscriptionAliasCollectionGetAllOptions * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Billing.BillingSubscriptionAliasResource>
override this.GetAll : Azure.ResourceManager.Billing.Models.BillingSubscriptionAliasCollectionGetAllOptions * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Billing.BillingSubscriptionAliasResource>
Public Overridable Function GetAll (options As BillingSubscriptionAliasCollectionGetAllOptions, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of BillingSubscriptionAliasResource)

Parameters

options
BillingSubscriptionAliasCollectionGetAllOptions

A property bag which contains all the parameters of this method except the LRO qualifier and request context parameter.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

A collection of BillingSubscriptionAliasResource that may take multiple service requests to iterate over.

Applies to