get Server Instance
Gets the Server Instance resource. Uses Azure REST API version 2023-10-01-preview.
Return
Define the Server Instance resource.
Parameters
argument
null
suspend fun getServerInstance(resourceGroupName: String, sapDiscoverySiteName: String, sapInstanceName: String, serverInstanceName: String): GetServerInstanceResult
Return
Define the Server 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.
server Instance Name
The name of the Server instance resource for SAP Migration.
See also
suspend fun getServerInstance(argument: suspend GetServerInstancePlainArgsBuilder.() -> Unit): GetServerInstanceResult
Return
Define the Server Instance resource.
Parameters
argument
Builder for com.pulumi.azurenative.workloads.kotlin.inputs.GetServerInstancePlainArgs.