Share via


BillingAssociatedTenantCollection.GetAll Method

Definition

Lists the associated tenants that can collaborate with the billing account on commerce activities like viewing and downloading invoices, managing payments, making purchases, and managing or provisioning licenses.

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

Parameters

options
BillingAssociatedTenantCollectionGetAllOptions

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 BillingAssociatedTenantResource that may take multiple service requests to iterate over.

Applies to