IPriceSheetOperations Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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/ |