GetHanaInstancePlainArgs

data class GetHanaInstancePlainArgs(val hanaInstanceName: String, val resourceGroupName: String) : ConvertibleToJava<GetHanaInstancePlainArgs>

Constructors

Link copied to clipboard
constructor(hanaInstanceName: String, resourceGroupName: String)

Properties

Link copied to clipboard

Name of the SAP HANA on Azure instance.

Link copied to clipboard

Name of the resource group.

Functions

Link copied to clipboard
open override fun toJava(): GetHanaInstancePlainArgs