Share via


BillingTransferDetailCollection.GetAllAsync(CancellationToken) Method

Definition

Lists the transfer requests for an invoice section. The operation is supported only for billing accounts with agreement type Microsoft Customer Agreement.

  • Request Path: /providers/Microsoft.Billing/billingAccounts/{billingAccountName}/billingProfiles/{billingProfileName}/invoiceSections/{invoiceSectionName}/transfers
  • Operation Id: Transfers_List
  • Default Api Version: 2024-04-01
  • Resource: BillingTransferDetailResource
public virtual Azure.AsyncPageable<Azure.ResourceManager.Billing.BillingTransferDetailResource> GetAllAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Billing.BillingTransferDetailResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Billing.BillingTransferDetailResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of BillingTransferDetailResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

An async collection of BillingTransferDetailResource that may take multiple service requests to iterate over.

Applies to