共用方式為


CustomersOperationsExtensions.ListByBillingAccountAsync 方法

定義

列出計費帳戶的客戶。 只有合約類型為 Microsoft 合作夥伴合約 的計費帳戶才支援此作業。 https://docs.microsoft.com/en-us/rest/api/billing/

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

參數

operations
ICustomersOperations

這個擴充方法的作業群組。

billingAccountName
String

可唯一識別計費帳戶的識別碼。

search
String

用來依其名稱搜尋客戶。 包含搜尋文字之名稱的任何客戶都會包含在回應中

filter
String

可用來篩選客戶清單。

cancellationToken
CancellationToken

取消語彙基元。

傳回

適用於