次の方法で共有


ICustomersOperations.ListByBillingAccountWithHttpMessagesAsync メソッド

定義

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

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Billing.Models.Customer>>> ListByBillingAccountWithHttpMessagesAsync (string billingAccountName, string search = default, string filter = default, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member ListByBillingAccountWithHttpMessagesAsync : string * string * string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Billing.Models.Customer>>>
Public Function ListByBillingAccountWithHttpMessagesAsync (billingAccountName As String, Optional search As String = Nothing, Optional filter As String = Nothing, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of IPage(Of Customer)))

パラメーター

billingAccountName
String

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

search
String

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

filter
String

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

customHeaders
Dictionary<String,List<String>>

要求に追加されるヘッダー。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

例外

操作が無効な状態コードを返したときにスローされます

応答を逆シリアル化できない場合にスローされます

必須パラメーターが null の場合にスローされます

適用対象