@azure/arm-hanaonazure package

Classes

HanaManagementClient

Interfaces

Display

Detailed HANA operation information

ErrorResponse

Describes the format of Error response.

ErrorResponseError

Describes the error object.

HanaManagementClientOptionalParams

Optional parameters.

Operation

HANA operation information

OperationList

List of HANA operations

Operations

Interface representing a Operations.

OperationsListOptionalParams

Optional parameters.

ProviderInstance

A provider instance associated with a SAP monitor.

ProviderInstanceListResult

The response from the List provider instances operation.

ProviderInstances

Interface representing a ProviderInstances.

ProviderInstancesCreateOptionalParams

Optional parameters.

ProviderInstancesDeleteOptionalParams

Optional parameters.

ProviderInstancesGetOptionalParams

Optional parameters.

ProviderInstancesListNextOptionalParams

Optional parameters.

ProviderInstancesListOptionalParams

Optional parameters.

ProxyResource

The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location

Resource

Common fields that are returned in the response for all Azure Resource Manager resources

SapMonitor

SAP monitor info on Azure (ARM properties and SAP monitor properties)

SapMonitorListResult

The response from the List SAP monitors operation.

SapMonitors

Interface representing a SapMonitors.

SapMonitorsCreateOptionalParams

Optional parameters.

SapMonitorsDeleteOptionalParams

Optional parameters.

SapMonitorsGetOptionalParams

Optional parameters.

SapMonitorsListNextOptionalParams

Optional parameters.

SapMonitorsListOptionalParams

Optional parameters.

SapMonitorsUpdateOptionalParams

Optional parameters.

Tags

Tags field of the resource.

TrackedResource

The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location'

Type Aliases

HanaProvisioningStatesEnum

Defines values for HanaProvisioningStatesEnum.
KnownHanaProvisioningStatesEnum can be used interchangeably with HanaProvisioningStatesEnum, this enum contains the known values that the service supports.

Known values supported by the service

Accepted
Creating
Updating
Failed
Succeeded
Deleting
Migrating

OperationsListResponse

Contains response data for the list operation.

ProviderInstancesCreateResponse

Contains response data for the create operation.

ProviderInstancesGetResponse

Contains response data for the get operation.

ProviderInstancesListNextResponse

Contains response data for the listNext operation.

ProviderInstancesListResponse

Contains response data for the list operation.

SapMonitorsCreateResponse

Contains response data for the create operation.

SapMonitorsGetResponse

Contains response data for the get operation.

SapMonitorsListNextResponse

Contains response data for the listNext operation.

SapMonitorsListResponse

Contains response data for the list operation.

SapMonitorsUpdateResponse

Contains response data for the update operation.

Enums

KnownHanaProvisioningStatesEnum

Known values of HanaProvisioningStatesEnum that the service accepts.

Functions

getContinuationToken(unknown)

Given a result page from a pageable operation, returns a continuation token that can be used to begin paging from that point later.

Function Details

getContinuationToken(unknown)

Given a result page from a pageable operation, returns a continuation token that can be used to begin paging from that point later.

function getContinuationToken(page: unknown): string | undefined

Parameters

page

unknown

A result object from calling .byPage() on a paged operation.

Returns

string | undefined

The continuation token that can be passed into byPage().