你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
IPriceSheetOperations 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
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/ |