你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

MarketplacesOperationsExtensions.ListByBillingPeriodAsync 方法

定义

按计费周期和 subscripotionId 列出某个范围的市场。 市场仅可在 2014 年 5 月 1 日或更高版本通过此 API 使用。 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>> ListByBillingPeriodAsync (this Microsoft.Azure.Management.Consumption.IMarketplacesOperations operations, string billingPeriodName, Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.Consumption.Models.Marketplace> odataQuery = default, string skiptoken = default, System.Threading.CancellationToken cancellationToken = default);
static member ListByBillingPeriodAsync : Microsoft.Azure.Management.Consumption.IMarketplacesOperations * string * Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.Consumption.Models.Marketplace> * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Consumption.Models.Marketplace>>
<Extension()>
Public Function ListByBillingPeriodAsync (operations As IMarketplacesOperations, billingPeriodName As String, Optional odataQuery As ODataQuery(Of Marketplace) = Nothing, Optional skiptoken As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of Marketplace))

参数

operations
IMarketplacesOperations

此扩展方法的操作组。

billingPeriodName
String

计费周期名称。

odataQuery
ODataQuery<Marketplace>

要应用于操作的 OData 参数。

skiptoken
String

仅当上一个操作返回部分结果时,才使用 Skiptoken。 如果上一个响应包含 nextLink 元素,则 nextLink 元素的值将包含一个 skiptoken 参数,该参数指定用于后续调用的起点。

cancellationToken
CancellationToken

取消标记。

返回

适用于