get SAPCentral Instance
suspend fun getSAPCentralInstance(argument: GetSAPCentralInstancePlainArgs): GetSAPCentralInstanceResult
Gets the SAP Central Services Instance resource. Uses Azure REST API version 2023-04-01. Other available API versions: 2023-10-01-preview.
Return
Define the SAP Central Services Instance resource.
Parameters
argument
null
suspend fun getSAPCentralInstance(centralInstanceName: String, resourceGroupName: String, sapVirtualInstanceName: String): GetSAPCentralInstanceResult
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 getSAPCentralInstance(argument: suspend GetSAPCentralInstancePlainArgsBuilder.() -> Unit): GetSAPCentralInstanceResult
Return
Define the SAP Central Services Instance resource.
Parameters
argument
Builder for com.pulumi.azurenative.workloads.kotlin.inputs.GetSAPCentralInstancePlainArgs.