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

IPriceSheetOperations 接口

定义

PriceSheetOperations 操作。

public interface IPriceSheetOperations
type IPriceSheetOperations = interface
Public Interface IPriceSheetOperations

方法

GetByBillingPeriodWithHttpMessagesAsync(String, String, String, Nullable<Int32>, Dictionary<String,List<String>>, CancellationToken)

按 subscriptionId 和计费周期获取范围的价目表。 价目表仅在 2014 年 5 月 1 日或更高版本通过此 API 提供。 https://docs.microsoft.com/en-us/rest/api/consumption/

GetWithHttpMessagesAsync(String, String, Nullable<Int32>, Dictionary<String,List<String>>, CancellationToken)

按 subscriptionId 获取范围的价目表。 价目表仅在 2014 年 5 月 1 日或更高版本通过此 API 提供。 https://docs.microsoft.com/en-us/rest/api/consumption/

扩展方法

Get(IPriceSheetOperations, String, String, Nullable<Int32>)

按 subscriptionId 获取范围的价目表。 价目表仅在 2014 年 5 月 1 日或更高版本通过此 API 提供。 https://docs.microsoft.com/en-us/rest/api/consumption/

GetAsync(IPriceSheetOperations, String, String, Nullable<Int32>, CancellationToken)

按 subscriptionId 获取范围的价目表。 价目表仅在 2014 年 5 月 1 日或更高版本通过此 API 提供。 https://docs.microsoft.com/en-us/rest/api/consumption/

GetByBillingPeriod(IPriceSheetOperations, String, String, String, Nullable<Int32>)

按 subscriptionId 和计费周期获取范围的价目表。 价目表仅在 2014 年 5 月 1 日或更高版本通过此 API 提供。 https://docs.microsoft.com/en-us/rest/api/consumption/

GetByBillingPeriodAsync(IPriceSheetOperations, String, String, String, Nullable<Int32>, CancellationToken)

按 subscriptionId 和计费周期获取范围的价目表。 价目表仅在 2014 年 5 月 1 日或更高版本通过此 API 提供。 https://docs.microsoft.com/en-us/rest/api/consumption/

适用于