Sdílet prostřednictvím


CustomersOperationsExtensions.ListByBillingAccountNext Metoda

Definice

Zobrazí seznam zákazníků, kterým se fakturuje fakturační účet. 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> ListByBillingAccountNext (this Microsoft.Azure.Management.Billing.ICustomersOperations operations, string nextPageLink);
static member ListByBillingAccountNext : Microsoft.Azure.Management.Billing.ICustomersOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Billing.Models.Customer>
<Extension()>
Public Function ListByBillingAccountNext (operations As ICustomersOperations, nextPageLink As String) As IPage(Of Customer)

Parametry

operations
ICustomersOperations

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

nextPageLink
String

The NextLink from the previous successful call to List operation.

Návraty

Platí pro