get SAPApplication Server Instance
suspend fun getSAPApplicationServerInstance(argument: GetSAPApplicationServerInstancePlainArgs): GetSAPApplicationServerInstanceResult
Gets the SAP Application Server Instance corresponding to the Virtual Instance for SAP solutions resource. Uses Azure REST API version 2023-04-01. Other available API versions: 2021-12-01-preview, 2023-10-01-preview.
Return
Define the SAP Application Server Instance resource.
Parameters
argument
null
suspend fun getSAPApplicationServerInstance(applicationInstanceName: String, resourceGroupName: String, sapVirtualInstanceName: String): GetSAPApplicationServerInstanceResult
Return
Define the SAP Application Server Instance resource.
Parameters
application Instance Name
The name of SAP Application Server instance resource.
resource Group Name
The name of the resource group. The name is case insensitive.
sap Virtual Instance Name
The name of the Virtual Instances for SAP solutions resource
See also
suspend fun getSAPApplicationServerInstance(argument: suspend GetSAPApplicationServerInstancePlainArgsBuilder.() -> Unit): GetSAPApplicationServerInstanceResult
Return
Define the SAP Application Server Instance resource.
Parameters
argument
Builder for com.pulumi.azurenative.workloads.kotlin.inputs.GetSAPApplicationServerInstancePlainArgs.