Sdílet prostřednictvím


CustomersOperationsExtensions.ListByBillingProfileNextAsync 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>> ListByBillingProfileNextAsync (this Microsoft.Azure.Management.Billing.ICustomersOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListByBillingProfileNextAsync : Microsoft.Azure.Management.Billing.ICustomersOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Billing.Models.Customer>>
<Extension()>
Public Function ListByBillingProfileNextAsync (operations As ICustomersOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of Customer))

Parametry

operations
ICustomersOperations

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

nextPageLink
String

The NextLink from the previous successful call to List operation.

cancellationToken
CancellationToken

Token zrušení.

Návraty

Platí pro