Sdílet prostřednictvím


CustomersOperationsExtensions.ListByBillingProfileAsync Metoda

Definice

Zobrazí seznam zákazníků, kterým se fakturuje fakturační profil. Operace se podporuje jenom u fakturačních účtů s typem smlouvy Smlouva s partnerem Microsoftu. 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))

Parametry

operations
ICustomersOperations

Skupina operací pro tuto metodu rozšíření.

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ů.

cancellationToken
CancellationToken

Token zrušení.

Návraty

Platí pro