get SAPApplication Server Instance
suspend fun getSAPApplicationServerInstance(argument: GetSAPApplicationServerInstancePlainArgs): GetSAPApplicationServerInstanceResult
Define the SAP Application Server Instance resource. API Version: 2021-12-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.
See also
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
suspend fun getSAPApplicationServerInstance(argument: suspend GetSAPApplicationServerInstancePlainArgsBuilder.() -> Unit): GetSAPApplicationServerInstanceResult
Return
Define the SAP Application Server Instance resource.
See also
Parameters
argument
Builder for com.pulumi.azurenative.workloads.kotlin.inputs.GetSAPApplicationServerInstancePlainArgs.