IPriceSheetOperations Interface

Definition

PriceSheetOperations operations.

public interface IPriceSheetOperations
type IPriceSheetOperations = interface
Public Interface IPriceSheetOperations

Methods

GetByBillingPeriodWithHttpMessagesAsync(String, String, String, Nullable<Int32>, Dictionary<String,List<String>>, 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/

GetWithHttpMessagesAsync(String, String, Nullable<Int32>, Dictionary<String,List<String>>, 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/

Extension 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