Udostępnij za pośrednictwem


CustomersOperationsExtensions.ListByBillingProfile Metoda

Definicja

Wyświetla listę klientów, którzy są rozliczani w profilu rozliczeniowym. Ta operacja jest obsługiwana tylko w przypadku kont rozliczeniowych z typem umowy 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)

Parametry

operations
ICustomersOperations

Grupa operacji dla tej metody rozszerzenia.

billingAccountName
String

Identyfikator, który jednoznacznie identyfikuje konto rozliczeniowe.

billingProfileName
String

Identyfikator, który jednoznacznie identyfikuje profil rozliczeniowy.

search
String

Służy do wyszukiwania klientów według ich nazwy. Każdy klient o nazwie zawierającej tekst wyszukiwania zostanie uwzględniony w odpowiedzi

filter
String

Może służyć do filtrowania listy klientów.

Zwraca

Dotyczy