Dela via


CustomersOperationsExtensions.ListByBillingProfile Metod

Definition

Visar en lista över kunder som debiteras till en faktureringsprofil. Åtgärden stöds endast för faktureringskonton med avtalstyp Microsoft-partneravtal. 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)

Parametrar

operations
ICustomersOperations

Åtgärdsgruppen för den här tilläggsmetoden.

billingAccountName
String

Det ID som unikt identifierar ett faktureringskonto.

billingProfileName
String

Det ID som unikt identifierar en faktureringsprofil.

search
String

Används för att söka efter kunder efter deras namn. Alla kunder med namn som innehåller söktexten inkluderas i svaret

filter
String

Kan användas för att filtrera listan över kunder.

Returer

Gäller för