次の方法で共有


PartnerTransferDetailCollection.GetAll(CancellationToken) Method

Definition

Lists the transfer requests sent to a customer. The operation is supported only for billing accounts with agreement type Microsoft Partner Agreement.

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

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to