다음을 통해 공유


BillingPermissionsOperationsExtensions.ListByCustomerAsync 메서드

정의

호출자가 고객에 대해 가지고 있는 청구 권한을 나열합니다. https://docs.microsoft.com/en-us/rest/api/billing/

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Billing.Models.BillingPermissionsProperties>> ListByCustomerAsync (this Microsoft.Azure.Management.Billing.IBillingPermissionsOperations operations, string billingAccountName, string customerName, System.Threading.CancellationToken cancellationToken = default);
static member ListByCustomerAsync : Microsoft.Azure.Management.Billing.IBillingPermissionsOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Billing.Models.BillingPermissionsProperties>>
<Extension()>
Public Function ListByCustomerAsync (operations As IBillingPermissionsOperations, billingAccountName As String, customerName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of BillingPermissionsProperties))

매개 변수

operations
IBillingPermissionsOperations

이 확장 메서드에 대한 작업 그룹입니다.

billingAccountName
String

청구 계정을 고유하게 식별하는 ID입니다.

customerName
String

고객을 고유하게 식별하는 ID입니다.

cancellationToken
CancellationToken

취소 토큰입니다.

반환

적용 대상