Condividi tramite


InstructionsOperationsExtensions.ListByBillingProfileNext Metodo

Definizione

Elenca le istruzioni in base all'ID del profilo di fatturazione. https://docs.microsoft.com/en-us/rest/api/billing/

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Billing.Models.Instruction> ListByBillingProfileNext (this Microsoft.Azure.Management.Billing.IInstructionsOperations operations, string nextPageLink);
static member ListByBillingProfileNext : Microsoft.Azure.Management.Billing.IInstructionsOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Billing.Models.Instruction>
<Extension()>
Public Function ListByBillingProfileNext (operations As IInstructionsOperations, nextPageLink As String) As IPage(Of Instruction)

Parametri

operations
IInstructionsOperations

Gruppo di operazioni per questo metodo di estensione.

nextPageLink
String

NextLink della precedente chiamata riuscita all'operazione List.

Restituisce

Si applica a