Freigeben über


BudgetsOperationsExtensions.ListNext(IBudgetsOperations, String) Methode

Definition

Listet alle Budgets für ein Abonnement auf. https://docs.microsoft.com/en-us/rest/api/consumption/

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Consumption.Models.Budget> ListNext (this Microsoft.Azure.Management.Consumption.IBudgetsOperations operations, string nextPageLink);
static member ListNext : Microsoft.Azure.Management.Consumption.IBudgetsOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Consumption.Models.Budget>
<Extension()>
Public Function ListNext (operations As IBudgetsOperations, nextPageLink As String) As IPage(Of Budget)

Parameter

operations
IBudgetsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

nextPageLink
String

NextLink aus dem vorherigen erfolgreichen Aufruf von List-Vorgang.

Gibt zurück

Gilt für: