getSAPApplicationServerInstance

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

applicationInstanceName

The name of SAP Application Server instance resource.

resourceGroupName

The name of the resource group. The name is case insensitive.

sapVirtualInstanceName

The name of the Virtual Instances for SAP solutions resource

See also


Return

Define the SAP Application Server Instance resource.

Parameters

argument

Builder for com.pulumi.azurenative.workloads.kotlin.inputs.GetSAPApplicationServerInstancePlainArgs.

See also