Class AdvisorManager

java.lang.Object
com.azure.resourcemanager.advisor.AdvisorManager

public final class AdvisorManager extends Object
Entry point to AdvisorManager. REST APIs for Azure Advisor.
  • Method Details

    • authenticate

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

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

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

      public RecommendationMetadatas recommendationMetadatas()
      Gets the resource collection API of RecommendationMetadatas.
      Returns:
      Resource collection API of RecommendationMetadatas.
    • configurations

      public Configurations configurations()
      Gets the resource collection API of Configurations. It manages ConfigData.
      Returns:
      Resource collection API of Configurations.
    • recommendations

      public Recommendations recommendations()
      Gets the resource collection API of Recommendations.
      Returns:
      Resource collection API of Recommendations.
    • operations

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

      public Suppressions suppressions()
      Gets the resource collection API of Suppressions. It manages SuppressionContract.
      Returns:
      Resource collection API of Suppressions.
    • serviceClient

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