次の方法で共有


CustomersOperationsExtensions.ListByBillingAccount メソッド

定義

課金アカウントに課金される顧客を一覧表示します。 この操作は、契約の種類がMicrosoft Partner Agreementの課金アカウントでのみサポートされます。 https://docs.microsoft.com/en-us/rest/api/billing/

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

パラメーター

operations
ICustomersOperations

この拡張メソッドの操作グループ。

billingAccountName
String

課金アカウントを一意に識別する ID。

search
String

名前で顧客を検索するために使用されます。 検索テキストを含む名前を持つすべての顧客が応答に含まれます

filter
String

顧客の一覧をフィルター処理するために使用できます。

戻り値

適用対象