ConsumptionManagementClient Interface
public interface ConsumptionManagementClient
The interface for ConsumptionManagementClient class.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
Aggregated |
getAggregatedCosts()
Gets the Aggregated |
abstract String |
getApiVersion()
Gets Api Version. |
abstract
Balances |
getBalances()
Gets the Balances |
abstract
Budgets |
getBudgets()
Gets the Budgets |
abstract
Charges |
getCharges()
Gets the Charges |
abstract
Credits |
getCredits()
Gets the Credits |
abstract Duration |
getDefaultPollInterval()
Gets The default poll interval for long-running operation. |
abstract String |
getEndpoint()
Gets server parameter. |
abstract
Events |
getEventsOperations()
Gets the Events |
abstract
Http |
getHttpPipeline()
Gets The HTTP pipeline to send requests through. |
abstract
Lots |
getLotsOperations()
Gets the Lots |
abstract
Marketplaces |
getMarketplaces()
Gets the Marketplaces |
abstract
Operations |
getOperations()
Gets the Operations |
abstract
Price |
getPriceSheets()
Gets the Price |
abstract
Reservation |
getReservationRecommendationDetails()
Gets the Reservation |
abstract
Reservation |
getReservationRecommendations()
Gets the Reservation |
abstract
Reservation |
getReservationTransactions()
Gets the Reservation |
abstract
Reservations |
getReservationsDetails()
Gets the Reservations |
abstract
Reservations |
getReservationsSummaries()
Gets the Reservations |
abstract String |
getSubscriptionId()
Gets Azure Subscription ID. |
abstract
Tags |
getTags()
Gets the Tags |
abstract
Usage |
getUsageDetails()
Gets the Usage |
Method Details
getAggregatedCosts
public abstract AggregatedCostsClient getAggregatedCosts()
Gets the AggregatedCostsClient object to access its operations.
Returns:
getApiVersion
public abstract String getApiVersion()
Gets Api Version.
Returns:
getBalances
public abstract BalancesClient getBalances()
Gets the BalancesClient object to access its operations.
Returns:
getBudgets
public abstract BudgetsClient getBudgets()
Gets the BudgetsClient object to access its operations.
Returns:
getCharges
public abstract ChargesClient getCharges()
Gets the ChargesClient object to access its operations.
Returns:
getCredits
public abstract CreditsClient getCredits()
Gets the CreditsClient object to access its operations.
Returns:
getDefaultPollInterval
public abstract Duration getDefaultPollInterval()
Gets The default poll interval for long-running operation.
Returns:
getEndpoint
public abstract String getEndpoint()
Gets server parameter.
Returns:
getEventsOperations
public abstract EventsOperationsClient getEventsOperations()
Gets the EventsOperationsClient object to access its operations.
Returns:
getHttpPipeline
public abstract HttpPipeline getHttpPipeline()
Gets The HTTP pipeline to send requests through.
Returns:
getLotsOperations
public abstract LotsOperationsClient getLotsOperations()
Gets the LotsOperationsClient object to access its operations.
Returns:
getMarketplaces
public abstract MarketplacesClient getMarketplaces()
Gets the MarketplacesClient object to access its operations.
Returns:
getOperations
public abstract OperationsClient getOperations()
Gets the OperationsClient object to access its operations.
Returns:
getPriceSheets
public abstract PriceSheetsClient getPriceSheets()
Gets the PriceSheetsClient object to access its operations.
Returns:
getReservationRecommendationDetails
public abstract ReservationRecommendationDetailsClient getReservationRecommendationDetails()
Gets the ReservationRecommendationDetailsClient object to access its operations.
Returns:
getReservationRecommendations
public abstract ReservationRecommendationsClient getReservationRecommendations()
Gets the ReservationRecommendationsClient object to access its operations.
Returns:
getReservationTransactions
public abstract ReservationTransactionsClient getReservationTransactions()
Gets the ReservationTransactionsClient object to access its operations.
Returns:
getReservationsDetails
public abstract ReservationsDetailsClient getReservationsDetails()
Gets the ReservationsDetailsClient object to access its operations.
Returns:
getReservationsSummaries
public abstract ReservationsSummariesClient getReservationsSummaries()
Gets the ReservationsSummariesClient object to access its operations.
Returns:
getSubscriptionId
public abstract String getSubscriptionId()
Gets Azure Subscription ID.
Returns:
getTags
public abstract TagsClient getTags()
Gets the TagsClient object to access its operations.
Returns:
getUsageDetails
public abstract UsageDetailsClient getUsageDetails()
Gets the UsageDetailsClient object to access its operations.
Returns:
Applies to
Azure SDK for Java