次の方法で共有


MarketplacesOperationsExtensions.ListByBillingPeriodNextAsync メソッド

定義

請求期間とサブスクリュポーション Id ごとにスコープのマーケットプレースを一覧表示します。 Marketplace は、この API を介して 2014 年 5 月 1 日以降にのみ使用できます。 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))

パラメーター

operations
IMarketplacesOperations

この拡張メソッドの操作グループ。

nextPageLink
String

List 操作の前の正常な呼び出しからの NextLink。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象