CostManagementClient Interface

public interface CostManagementClient

The interface for CostManagementClient class.

Method Summary

Modifier and Type Method and Description
abstract AlertsClient getAlerts()

Gets the AlertsClient object to access its operations.

abstract String getApiVersion()

Gets Api Version.

abstract BenefitRecommendationsClient getBenefitRecommendations()

Gets the BenefitRecommendationsClient object to access its operations.

abstract BenefitUtilizationSummariesClient getBenefitUtilizationSummaries()

Gets the BenefitUtilizationSummariesClient object to access its operations.

abstract Duration getDefaultPollInterval()

Gets The default poll interval for long-running operation.

abstract DimensionsClient getDimensions()

Gets the DimensionsClient object to access its operations.

abstract String getEndpoint()

Gets server parameter.

abstract ExportsClient getExports()

Gets the ExportsClient object to access its operations.

abstract ForecastsClient getForecasts()

Gets the ForecastsClient object to access its operations.

abstract GenerateCostDetailsReportsClient getGenerateCostDetailsReports()

Gets the GenerateCostDetailsReportsClient object to access its operations.

abstract GenerateDetailedCostReportOperationResultsClient getGenerateDetailedCostReportOperationResults()

Gets the GenerateDetailedCostReportOperationResultsClient object to access its operations.

abstract GenerateDetailedCostReportOperationStatusClient getGenerateDetailedCostReportOperationStatus()

Gets the GenerateDetailedCostReportOperationStatusClient object to access its operations.

abstract GenerateDetailedCostReportsClient getGenerateDetailedCostReports()

Gets the GenerateDetailedCostReportsClient object to access its operations.

abstract GenerateReservationDetailsReportsClient getGenerateReservationDetailsReports()

Gets the GenerateReservationDetailsReportsClient object to access its operations.

abstract HttpPipeline getHttpPipeline()

Gets The HTTP pipeline to send requests through.

abstract OperationsClient getOperations()

Gets the OperationsClient object to access its operations.

abstract PriceSheetsClient getPriceSheets()

Gets the PriceSheetsClient object to access its operations.

abstract QueriesClient getQueries()

Gets the QueriesClient object to access its operations.

abstract ScheduledActionsClient getScheduledActions()

Gets the ScheduledActionsClient object to access its operations.

abstract ViewsClient getViews()

Gets the ViewsClient object to access its operations.

Method Details

getAlerts

public abstract AlertsClient getAlerts()

Gets the AlertsClient object to access its operations.

Returns:

the AlertsClient object.

getApiVersion

public abstract String getApiVersion()

Gets Api Version.

Returns:

the apiVersion value.

getBenefitRecommendations

public abstract BenefitRecommendationsClient getBenefitRecommendations()

Gets the BenefitRecommendationsClient object to access its operations.

Returns:

the BenefitRecommendationsClient object.

getBenefitUtilizationSummaries

public abstract BenefitUtilizationSummariesClient getBenefitUtilizationSummaries()

Gets the BenefitUtilizationSummariesClient object to access its operations.

Returns:

the BenefitUtilizationSummariesClient object.

getDefaultPollInterval

public abstract Duration getDefaultPollInterval()

Gets The default poll interval for long-running operation.

Returns:

the defaultPollInterval value.

getDimensions

public abstract DimensionsClient getDimensions()

Gets the DimensionsClient object to access its operations.

Returns:

the DimensionsClient object.

getEndpoint

public abstract String getEndpoint()

Gets server parameter.

Returns:

the endpoint value.

getExports

public abstract ExportsClient getExports()

Gets the ExportsClient object to access its operations.

Returns:

the ExportsClient object.

getForecasts

public abstract ForecastsClient getForecasts()

Gets the ForecastsClient object to access its operations.

Returns:

the ForecastsClient object.

getGenerateCostDetailsReports

public abstract GenerateCostDetailsReportsClient getGenerateCostDetailsReports()

Gets the GenerateCostDetailsReportsClient object to access its operations.

Returns:

the GenerateCostDetailsReportsClient object.

getGenerateDetailedCostReportOperationResults

public abstract GenerateDetailedCostReportOperationResultsClient getGenerateDetailedCostReportOperationResults()

Gets the GenerateDetailedCostReportOperationResultsClient object to access its operations.

Returns:

the GenerateDetailedCostReportOperationResultsClient object.

getGenerateDetailedCostReportOperationStatus

public abstract GenerateDetailedCostReportOperationStatusClient getGenerateDetailedCostReportOperationStatus()

Gets the GenerateDetailedCostReportOperationStatusClient object to access its operations.

Returns:

the GenerateDetailedCostReportOperationStatusClient object.

getGenerateDetailedCostReports

public abstract GenerateDetailedCostReportsClient getGenerateDetailedCostReports()

Gets the GenerateDetailedCostReportsClient object to access its operations.

Returns:

the GenerateDetailedCostReportsClient object.

getGenerateReservationDetailsReports

public abstract GenerateReservationDetailsReportsClient getGenerateReservationDetailsReports()

Gets the GenerateReservationDetailsReportsClient object to access its operations.

Returns:

the GenerateReservationDetailsReportsClient object.

getHttpPipeline

public abstract HttpPipeline getHttpPipeline()

Gets The HTTP pipeline to send requests through.

Returns:

the httpPipeline value.

getOperations

public abstract OperationsClient getOperations()

Gets the OperationsClient object to access its operations.

Returns:

the OperationsClient object.

getPriceSheets

public abstract PriceSheetsClient getPriceSheets()

Gets the PriceSheetsClient object to access its operations.

Returns:

the PriceSheetsClient object.

getQueries

public abstract QueriesClient getQueries()

Gets the QueriesClient object to access its operations.

Returns:

the QueriesClient object.

getScheduledActions

public abstract ScheduledActionsClient getScheduledActions()

Gets the ScheduledActionsClient object to access its operations.

Returns:

the ScheduledActionsClient object.

getViews

public abstract ViewsClient getViews()

Gets the ViewsClient object to access its operations.

Returns:

the ViewsClient object.

Applies to