HanaManager Class

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

public final class HanaManager

Entry point to HanaManager. HANA on Azure Client.

Method Summary

Modifier and Type Method and Description
static HanaManager authenticate(TokenCredential credential, AzureProfile profile)

Creates an instance of Hana service API entry point.

static HanaManager authenticate(HttpPipeline httpPipeline, AzureProfile profile)

Creates an instance of Hana service API entry point.

static Configurable configure()

Gets a Configurable instance that can be used to create HanaManager with optional configuration.

HanaInstances hanaInstances()

Gets the resource collection API of HanaInstances.

Operations operations()

Gets the resource collection API of Operations.

HanaManagementClient serviceClient()

Methods inherited from java.lang.Object

Method Details

authenticate

public static HanaManager authenticate(TokenCredential credential, 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(HttpPipeline httpPipeline, 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.

hanaInstances

public HanaInstances hanaInstances()

Gets the resource collection API of HanaInstances. It manages HanaInstance.

Returns:

Resource collection API of HanaInstances.

operations

public Operations operations()

Gets the resource collection API of Operations.

Returns:

Resource collection API of Operations.

serviceClient

public HanaManagementClient serviceClient()

Returns:

Wrapped service client HanaManagementClient providing direct access to the underlying auto-generated API implementation, based on Azure REST API.

Applies to