PriceSheetsClient Interface
public interface PriceSheetsClient
An instance of this class provides access to all the operations defined in PriceSheetsClient.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Price |
get()
Gets the price sheet for a subscription. |
|
abstract
Price |
getByBillingPeriod(String billingPeriodName)
Get the price sheet for a scope by subscription |
|
abstract
Response<Price |
getByBillingPeriodWithResponse(String billingPeriodName, String expand, String skiptoken, Integer top, Context context)
Get the price sheet for a scope by subscription |
|
abstract
Response<Price |
getWithResponse(String expand, String skiptoken, Integer top, Context context)
Gets the price sheet for a subscription. |
Method Details
get
public abstract PriceSheetResultInner get()
Gets the price sheet for a subscription. Price sheet is available via this API only for May 1, 2014 or later.
Returns:
getByBillingPeriod
public abstract PriceSheetResultInner getByBillingPeriod(String billingPeriodName)
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.
Parameters:
Returns:
getByBillingPeriodWithResponse
public abstract Response<PriceSheetResultInner> getByBillingPeriodWithResponse(String billingPeriodName, String expand, String skiptoken, Integer top, Context context)
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.
Parameters:
Returns:
getWithResponse
public abstract Response<PriceSheetResultInner> getWithResponse(String expand, String skiptoken, Integer top, Context context)
Gets the price sheet for a subscription. Price sheet is available via this API only for May 1, 2014 or later.
Parameters:
Returns: