Udostępnij za pośrednictwem


CustomersOperationsExtensions.ListByBillingAccountAsync Metoda

Definicja

Wyświetla listę klientów, którzy są rozliczani na koncie 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 System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Billing.Models.Customer>> ListByBillingAccountAsync(this Microsoft.Azure.Management.Billing.ICustomersOperations operations, string billingAccountName, string search = default, string filter = default, System.Threading.CancellationToken cancellationToken = default);
static member ListByBillingAccountAsync : Microsoft.Azure.Management.Billing.ICustomersOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Billing.Models.Customer>>
<Extension()>
Public Function ListByBillingAccountAsync (operations As ICustomersOperations, billingAccountName 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

Grupa operacji dla tej metody rozszerzenia.

billingAccountName
String

Identyfikator, który jednoznacznie identyfikuje konto rozliczeniowe.

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.

cancellationToken
CancellationToken

Token anulowania.

Zwraca

Dotyczy