Interface CostManagementClient


public interface CostManagementClient
The interface for CostManagementClient class.
  • Method Details

    • 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.
    • 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.
    • getOperations

      OperationsClient getOperations()
      Gets the OperationsClient object to access its operations.
      Returns:
      the OperationsClient object.
    • getExports

      ExportsClient getExports()
      Gets the ExportsClient object to access its operations.
      Returns:
      the ExportsClient object.