Delen via


CustomersOperationsExtensions.ListByBillingProfileAsync Methode

Definitie

Een lijst met de klanten die worden gefactureerd voor een factureringsprofiel. De bewerking wordt alleen ondersteund voor factureringsrekeningen met overeenkomsttype Microsoft Partner-overeenkomst. 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>> ListByBillingProfileAsync(this Microsoft.Azure.Management.Billing.ICustomersOperations operations, string billingAccountName, string billingProfileName, string search = default, string filter = default, System.Threading.CancellationToken cancellationToken = default);
static member ListByBillingProfileAsync : Microsoft.Azure.Management.Billing.ICustomersOperations * string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Billing.Models.Customer>>
<Extension()>
Public Function ListByBillingProfileAsync (operations As ICustomersOperations, billingAccountName As String, billingProfileName As String, Optional search As String = Nothing, Optional filter As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of Customer))

Parameters

operations
ICustomersOperations

De bewerkingsgroep voor deze extensiemethode.

billingAccountName
String

De id die een factureringsrekening uniek identificeert.

billingProfileName
String

De id die een factureringsprofiel uniek identificeert.

search
String

Wordt gebruikt voor het zoeken naar klanten op hun naam. Elke klant met een naam die de zoektekst bevat, wordt opgenomen in het antwoord

filter
String

Kan worden gebruikt om de lijst met klanten te filteren.

cancellationToken
CancellationToken

Het annuleringstoken.

Retouren

Van toepassing op