ArmDevTestLabsModelFactory.DevTestLabRdpConnection(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of DevTestLabRdpConnection.
public static Azure.ResourceManager.DevTestLabs.Models.DevTestLabRdpConnection DevTestLabRdpConnection (string contents = default);
static member DevTestLabRdpConnection : string -> Azure.ResourceManager.DevTestLabs.Models.DevTestLabRdpConnection
Public Shared Function DevTestLabRdpConnection (Optional contents As String = Nothing) As DevTestLabRdpConnection
Parameters
- contents
- String
The contents of the .rdp file.
Returns
A new DevTestLabRdpConnection instance for mocking.