PriceSheetOperationsExtensions Class

Definition

Extension methods for PriceSheetOperations.

public static class PriceSheetOperationsExtensions
type PriceSheetOperationsExtensions = class
Public Module PriceSheetOperationsExtensions
Inheritance
PriceSheetOperationsExtensions

Methods

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

Gets the price sheet for a scope by subscriptionId. Price sheet is available via this API only for May 1, 2014 or later. https://docs.microsoft.com/en-us/rest/api/consumption/

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

Gets the price sheet for a scope by subscriptionId. Price sheet is available via this API only for May 1, 2014 or later. https://docs.microsoft.com/en-us/rest/api/consumption/

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

Get the price sheet for a scope by subscriptionId and billing period. Price sheet is available via this API only for May 1, 2014 or later. https://docs.microsoft.com/en-us/rest/api/consumption/

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

Get the price sheet for a scope by subscriptionId and billing period. Price sheet is available via this API only for May 1, 2014 or later. https://docs.microsoft.com/en-us/rest/api/consumption/

Applies to