Dela via


BillingPeriodsOperationsExtensions.List Metod

Definition

Visar en lista över tillgängliga faktureringsperioder för en prenumeration i omvänd kronologisk ordning. Detta stöds endast för Azure Web-Direct-prenumerationer. Andra prenumerationstyper som inte har köpts direkt via Azure-webbportalen stöds inte via det här förhandsversions-API:et. https://go.microsoft.com/fwlink/?linkid=844490

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Billing.Models.BillingPeriod> List (this Microsoft.Azure.Management.Billing.IBillingPeriodsOperations operations, string filter = default, string skiptoken = default, int? top = default);
static member List : Microsoft.Azure.Management.Billing.IBillingPeriodsOperations * string * string * Nullable<int> -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Billing.Models.BillingPeriod>
<Extension()>
Public Function List (operations As IBillingPeriodsOperations, Optional filter As String = Nothing, Optional skiptoken As String = Nothing, Optional top As Nullable(Of Integer) = Nothing) As IPage(Of BillingPeriod)

Parametrar

operations
IBillingPeriodsOperations

Åtgärdsgruppen för den här tilläggsmetoden.

filter
String

Kan användas för att filtrera faktureringsperioder efter billingPeriodEndDate. Filtret stöder "eq", "lt", "gt", "le", "ge" och "and". Det stöder för närvarande inte "ne", "eller" eller "inte".

skiptoken
String

Skiptoken används bara om en tidigare åtgärd returnerade ett partiellt resultat. Om ett tidigare svar innehåller ett nextLink-element innehåller värdet för nextLink-elementet en skiptoken-parameter som anger en startpunkt som ska användas för efterföljande anrop.

top
Nullable<Int32>

Kan användas för att begränsa antalet resultat till de senaste N-faktureringsperioderna.

Returer

Gäller för