Sdílet prostřednictvím


CustomersOperationsExtensions.ListByBillingProfile Metoda

Definice

Vypíše zákazníky, kterým se fakturuje fakturační profil. Tato operace se podporuje jenom pro fakturační účty s typem smlouvy Smlouva s partnerem Microsoftu. 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)

Parametry

operations
ICustomersOperations

Skupina operací pro tuto rozšiřující metodu.

billingAccountName
String

ID, které jednoznačně identifikuje fakturační účet.

billingProfileName
String

ID, které jednoznačně identifikuje fakturační profil.

search
String

Slouží k vyhledávání zákazníků podle jejich jména. Do odpovědi se zahrne každý zákazník se jménem obsahujícím hledaný text.

filter
String

Dá se použít k filtrování seznamu zákazníků.

Návraty

Platí pro