get Virtual Machine Rdp File Contents
suspend fun getVirtualMachineRdpFileContents(argument: GetVirtualMachineRdpFileContentsPlainArgs): GetVirtualMachineRdpFileContentsResult
Gets a string that represents the contents of the RDP file for the virtual machine Azure REST API version: 2018-09-15.
Return
Represents a .rdp file
Parameters
argument
null
suspend fun getVirtualMachineRdpFileContents(labName: String, name: String, resourceGroupName: String): GetVirtualMachineRdpFileContentsResult
Return
Represents a .rdp file
See also
Parameters
lab Name
The name of the lab.
name
The name of the virtual machine.
resource Group Name
The name of the resource group.
suspend fun getVirtualMachineRdpFileContents(argument: suspend GetVirtualMachineRdpFileContentsPlainArgsBuilder.() -> Unit): GetVirtualMachineRdpFileContentsResult
Return
Represents a .rdp file
See also
Parameters
argument
Builder for com.pulumi.azurenative.devtestlab.kotlin.inputs.GetVirtualMachineRdpFileContentsPlainArgs.