getServerInstance

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

resourceGroupName

The name of the resource group. The name is case insensitive.

sapDiscoverySiteName

The name of the discovery site resource for SAP Migration.

sapInstanceName

The name of SAP Instance resource for SAP Migration.

serverInstanceName

The name of the Server instance resource for SAP Migration.

See also


Return

Define the Server Instance resource.

Parameters

argument

Builder for com.pulumi.azurenative.workloads.kotlin.inputs.GetServerInstancePlainArgs.

See also