Interface CostManagementClient
public interface CostManagementClient
The interface for CostManagementClient class.
-
Method Summary
Modifier and TypeMethodDescriptionGets the AlertsClient object to access its operations.Gets Api Version.Gets the BenefitRecommendationsClient object to access its operations.Gets the BenefitUtilizationSummariesClient object to access its operations.Gets The default poll interval for long-running operation.Gets the DimensionsClient object to access its operations.Gets server parameter.Gets the ExportsClient object to access its operations.Gets the ForecastsClient object to access its operations.Gets the GenerateCostDetailsReportsClient object to access its operations.Gets the GenerateDetailedCostReportOperationResultsClient object to access its operations.Gets the GenerateDetailedCostReportOperationStatusClient object to access its operations.Gets the GenerateDetailedCostReportsClient object to access its operations.Gets the GenerateReservationDetailsReportsClient object to access its operations.com.azure.core.http.HttpPipeline
Gets The HTTP pipeline to send requests through.Gets ETag of the Entity.Gets the OperationsClient object to access its operations.Gets the PriceSheetsClient object to access its operations.Gets the QueriesClient object to access its operations.Gets the ScheduledActionsClient object to access its operations.getViews()
Gets the ViewsClient object to access its operations.
-
Method Details
-
getIfMatch
String getIfMatch()Gets ETag of the Entity. Not required when creating an entity, but required when updating an entity.- Returns:
- the ifMatch value.
-
getEndpoint
String getEndpoint()Gets server parameter.- Returns:
- the endpoint value.
-
getApiVersion
String getApiVersion()Gets Api Version.- Returns:
- the apiVersion value.
-
getHttpPipeline
com.azure.core.http.HttpPipeline getHttpPipeline()Gets The HTTP pipeline to send requests through.- Returns:
- the httpPipeline value.
-
getDefaultPollInterval
Duration getDefaultPollInterval()Gets The default poll interval for long-running operation.- Returns:
- the defaultPollInterval value.
-
getOperations
OperationsClient getOperations()Gets the OperationsClient object to access its operations.- Returns:
- the OperationsClient object.
-
getViews
ViewsClient getViews()Gets the ViewsClient object to access its operations.- Returns:
- the ViewsClient object.
-
getAlerts
AlertsClient getAlerts()Gets the AlertsClient object to access its operations.- Returns:
- the AlertsClient object.
-
getForecasts
ForecastsClient getForecasts()Gets the ForecastsClient object to access its operations.- Returns:
- the ForecastsClient object.
-
getDimensions
DimensionsClient getDimensions()Gets the DimensionsClient object to access its operations.- Returns:
- the DimensionsClient object.
-
getQueries
QueriesClient getQueries()Gets the QueriesClient object to access its operations.- Returns:
- the QueriesClient object.
-
getGenerateReservationDetailsReports
GenerateReservationDetailsReportsClient getGenerateReservationDetailsReports()Gets the GenerateReservationDetailsReportsClient object to access its operations.- Returns:
- the GenerateReservationDetailsReportsClient object.
-
getExports
ExportsClient getExports()Gets the ExportsClient object to access its operations.- Returns:
- the ExportsClient object.
-
getGenerateCostDetailsReports
GenerateCostDetailsReportsClient getGenerateCostDetailsReports()Gets the GenerateCostDetailsReportsClient object to access its operations.- Returns:
- the GenerateCostDetailsReportsClient object.
-
getGenerateDetailedCostReports
GenerateDetailedCostReportsClient getGenerateDetailedCostReports()Gets the GenerateDetailedCostReportsClient object to access its operations.- Returns:
- the GenerateDetailedCostReportsClient object.
-
getGenerateDetailedCostReportOperationResults
GenerateDetailedCostReportOperationResultsClient getGenerateDetailedCostReportOperationResults()Gets the GenerateDetailedCostReportOperationResultsClient object to access its operations.- Returns:
- the GenerateDetailedCostReportOperationResultsClient object.
-
getGenerateDetailedCostReportOperationStatus
GenerateDetailedCostReportOperationStatusClient getGenerateDetailedCostReportOperationStatus()Gets the GenerateDetailedCostReportOperationStatusClient object to access its operations.- Returns:
- the GenerateDetailedCostReportOperationStatusClient object.
-
getPriceSheets
PriceSheetsClient getPriceSheets()Gets the PriceSheetsClient object to access its operations.- Returns:
- the PriceSheetsClient object.
-
getScheduledActions
ScheduledActionsClient getScheduledActions()Gets the ScheduledActionsClient object to access its operations.- Returns:
- the ScheduledActionsClient object.
-
getBenefitRecommendations
BenefitRecommendationsClient getBenefitRecommendations()Gets the BenefitRecommendationsClient object to access its operations.- Returns:
- the BenefitRecommendationsClient object.
-
getBenefitUtilizationSummaries
BenefitUtilizationSummariesClient getBenefitUtilizationSummaries()Gets the BenefitUtilizationSummariesClient object to access its operations.- Returns:
- the BenefitUtilizationSummariesClient object.
-