CustomersOperationsExtensions.ListByBillingProfile メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
課金プロファイルに課金される顧客を一覧表示します。 この操作は、契約の種類がMicrosoft Partner Agreementの課金アカウントでのみサポートされます。 https://docs.microsoft.com/en-us/rest/api/billing/
public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Billing.Models.Customer> ListByBillingProfile (this Microsoft.Azure.Management.Billing.ICustomersOperations operations, string billingAccountName, string billingProfileName, string search = default, string filter = default);
static member ListByBillingProfile : Microsoft.Azure.Management.Billing.ICustomersOperations * string * string * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Billing.Models.Customer>
<Extension()>
Public Function ListByBillingProfile (operations As ICustomersOperations, billingAccountName As String, billingProfileName As String, Optional search As String = Nothing, Optional filter As String = Nothing) As IPage(Of Customer)
パラメーター
- operations
- ICustomersOperations
この拡張メソッドの操作グループ。
- billingAccountName
- String
課金アカウントを一意に識別する ID。
- billingProfileName
- String
課金プロファイルを一意に識別する ID。
- search
- String
名前で顧客を検索するために使用されます。 検索テキストを含む名前を持つすべての顧客が応答に含まれます
- filter
- String
顧客の一覧をフィルター処理するために使用できます。
戻り値
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET