Condividi tramite


InstructionsOperationsExtensions.ListByBillingProfileNextAsync Metodo

Definizione

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

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Billing.Models.Instruction>> ListByBillingProfileNextAsync (this Microsoft.Azure.Management.Billing.IInstructionsOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListByBillingProfileNextAsync : Microsoft.Azure.Management.Billing.IInstructionsOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Billing.Models.Instruction>>
<Extension()>
Public Function ListByBillingProfileNextAsync (operations As IInstructionsOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of Instruction))

Parametri

operations
IInstructionsOperations

Gruppo di operazioni per questo metodo di estensione.

nextPageLink
String

NextLink della precedente chiamata riuscita all'operazione List.

cancellationToken
CancellationToken

Token di annullamento.

Restituisce

Si applica a