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 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
Parameters
lab Name
The name of the lab.
name
The name of the virtual machine.
resource Group Name
The name of the resource group.
See also
suspend fun getVirtualMachineRdpFileContents(argument: suspend GetVirtualMachineRdpFileContentsPlainArgsBuilder.() -> Unit): GetVirtualMachineRdpFileContentsResult
Return
Represents a .rdp file
Parameters
argument
Builder for com.pulumi.azurenative.devtestlab.kotlin.inputs.GetVirtualMachineRdpFileContentsPlainArgs.