get Sap Central Server Instance
suspend fun getSapCentralServerInstance(argument: GetSapCentralServerInstancePlainArgs): GetSapCentralServerInstanceResult
Gets the SAP Central Services Instance resource. Uses Azure REST API version 2024-09-01.
Return
Define the SAP Central Services Instance resource.
Parameters
argument
null
suspend fun getSapCentralServerInstance(centralInstanceName: String, resourceGroupName: String, sapVirtualInstanceName: String): GetSapCentralServerInstanceResult
Return
Define the SAP Central Services Instance resource.
Parameters
central Instance Name
Central Services Instance resource name string modeled as parameter for auto generation to work correctly.
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 getSapCentralServerInstance(argument: suspend GetSapCentralServerInstancePlainArgsBuilder.() -> Unit): GetSapCentralServerInstanceResult
Return
Define the SAP Central Services Instance resource.
Parameters
argument
Builder for com.pulumi.azurenative.workloads.kotlin.inputs.GetSapCentralServerInstancePlainArgs.