get Sap Instance
Gets the SAP Instance resource. Uses Azure REST API version 2023-10-01-preview.
Return
Define the SAP Instance resource.
Parameters
argument
null
suspend fun getSapInstance(resourceGroupName: String, sapDiscoverySiteName: String, sapInstanceName: String): GetSapInstanceResult
Return
Define the SAP Instance resource.
Parameters
resource Group Name
The name of the resource group. The name is case insensitive.
sap Discovery Site Name
The name of the discovery site resource for SAP Migration.
sap Instance Name
The name of SAP Instance resource for SAP Migration.
See also
suspend fun getSapInstance(argument: suspend GetSapInstancePlainArgsBuilder.() -> Unit): GetSapInstanceResult
Return
Define the SAP Instance resource.
Parameters
argument
Builder for com.pulumi.azurenative.workloads.kotlin.inputs.GetSapInstancePlainArgs.