Class CostManagementManager

java.lang.Object
com.azure.resourcemanager.costmanagement.CostManagementManager

public final class CostManagementManager extends Object
Entry point to CostManagementManager.
  • Method Details

    • authenticate

      public static CostManagementManager authenticate(com.azure.core.credential.TokenCredential credential, com.azure.core.management.profile.AzureProfile profile)
      Creates an instance of CostManagement service API entry point.
      Parameters:
      credential - the credential to use.
      profile - the Azure profile for client.
      Returns:
      the CostManagement service API instance.
    • authenticate

      public static CostManagementManager authenticate(com.azure.core.http.HttpPipeline httpPipeline, com.azure.core.management.profile.AzureProfile profile)
      Creates an instance of CostManagement service API entry point.
      Parameters:
      httpPipeline - the HttpPipeline configured with Azure authentication credential.
      profile - the Azure profile for client.
      Returns:
      the CostManagement service API instance.
    • configure

      public static CostManagementManager.Configurable configure()
      Gets a Configurable instance that can be used to create CostManagementManager with optional configuration.
      Returns:
      the Configurable instance allowing configurations.
    • views

      public Views views()
      Gets the resource collection API of Views. It manages View.
      Returns:
      Resource collection API of Views.
    • alerts

      public Alerts alerts()
      Gets the resource collection API of Alerts.
      Returns:
      Resource collection API of Alerts.
    • forecasts

      public Forecasts forecasts()
      Gets the resource collection API of Forecasts.
      Returns:
      Resource collection API of Forecasts.
    • dimensions

      public Dimensions dimensions()
      Gets the resource collection API of Dimensions.
      Returns:
      Resource collection API of Dimensions.
    • queries

      public Queries queries()
      Gets the resource collection API of Queries.
      Returns:
      Resource collection API of Queries.
    • operations

      public Operations operations()
      Gets the resource collection API of Operations.
      Returns:
      Resource collection API of Operations.
    • exports

      public Exports exports()
      Gets the resource collection API of Exports. It manages Export.
      Returns:
      Resource collection API of Exports.
    • serviceClient

      public CostManagementClient serviceClient()
      Returns:
      Wrapped service client CostManagementClient providing direct access to the underlying auto-generated API implementation, based on Azure REST API.