Class HanaManager

java.lang.Object
com.azure.resourcemanager.hanaonazure.HanaManager

public final class HanaManager extends Object
Entry point to HanaManager. HANA on Azure Client.
  • Method Details

    • authenticate

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

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

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

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

      public HanaInstances hanaInstances()
      Gets the resource collection API of HanaInstances. It manages HanaInstance.
      Returns:
      Resource collection API of HanaInstances.
    • serviceClient

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