Aracılığıyla paylaş


BillingProfilesOperationsExtensions.ListByBillingAccountAsync Yöntem

Tanım

Kullanıcının erişimi olan faturalama profillerini listeler. İşlem, sözleşme türü Microsoft Müşteri Sözleşmesi veya Microsoft İş Ortağı Sözleşmesi olan ödeme hesapları için desteklenir. https://docs.microsoft.com/en-us/rest/api/billing/

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

Parametreler

operations
IBillingProfilesOperations

Bu uzantı yöntemi için işlem grubu.

billingAccountName
String

Bir ödeme hesabını benzersiz olarak tanımlayan kimlik.

expand
String

Fatura bölümlerini genişletmek için kullanılabilir.

cancellationToken
CancellationToken

İptal belirteci.

Döndürülenler

Şunlara uygulanır