get Sql Virtual Machine
suspend fun getSqlVirtualMachine(argument: GetSqlVirtualMachinePlainArgs): GetSqlVirtualMachineResult
Gets a SQL virtual machine. Azure REST API version: 2022-02-01. Other available API versions: 2023-01-01-preview.
Return
A SQL virtual machine.
Parameters
argument
null
suspend fun getSqlVirtualMachine(expand: String? = null, resourceGroupName: String, sqlVirtualMachineName: String): GetSqlVirtualMachineResult
Return
A SQL virtual machine.
See also
Parameters
expand
The child resources to include in the response.
resource Group Name
Name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
sql Virtual Machine Name
Name of the SQL virtual machine.
suspend fun getSqlVirtualMachine(argument: suspend GetSqlVirtualMachinePlainArgsBuilder.() -> Unit): GetSqlVirtualMachineResult
Return
A SQL virtual machine.
See also
Parameters
argument
Builder for com.pulumi.azurenative.sqlvirtualmachine.kotlin.inputs.GetSqlVirtualMachinePlainArgs.