次の方法で共有


BillingCustomerResource.GetBillingPermissionsByCustomerAtBillingAccount Method

Definition

Lists the billing permissions the caller has for a customer at billing account level.

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

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to