MarketplacesOperationsExtensions.ListByBillingPeriodNextAsync Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Listet die Marketplaces für einen Bereich nach Abrechnungszeitraum und SubscripotionId auf. Marketplaces sind über diese API nur ab dem 1. Mai 2014 verfügbar. https://docs.microsoft.com/en-us/rest/api/consumption/
public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Consumption.Models.Marketplace>> ListByBillingPeriodNextAsync (this Microsoft.Azure.Management.Consumption.IMarketplacesOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListByBillingPeriodNextAsync : Microsoft.Azure.Management.Consumption.IMarketplacesOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Consumption.Models.Marketplace>>
<Extension()>
Public Function ListByBillingPeriodNextAsync (operations As IMarketplacesOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of Marketplace))
Parameter
- operations
- IMarketplacesOperations
Die Vorgangsgruppe für diese Erweiterungsmethode.
- nextPageLink
- String
Der NextLink aus dem vorherigen erfolgreichen Aufruf des List-Vorgangs.
- cancellationToken
- CancellationToken
Das Abbruchtoken.
Gibt zurück
Gilt für:
Azure SDK for .NET