getSqlVirtualMachine

Gets a SQL virtual machine. Uses Azure REST API version 2023-10-01. Other available API versions: 2022-02-01, 2022-07-01-preview, 2022-08-01-preview, 2023-01-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native sqlvirtualmachine [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

Return

A SQL virtual machine.

Parameters

argument

null


suspend fun getSqlVirtualMachine(expand: String? = null, resourceGroupName: String, sqlVirtualMachineName: String): GetSqlVirtualMachineResult

Return

A SQL virtual machine.

Parameters

expand

The child resources to include in the response.

resourceGroupName

Name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.

sqlVirtualMachineName

Name of the SQL virtual machine.

See also


Return

A SQL virtual machine.

Parameters

argument

Builder for com.pulumi.azurenative.sqlvirtualmachine.kotlin.inputs.GetSqlVirtualMachinePlainArgs.

See also