共用方式為


ArmDevTestLabsModelFactory.DevTestLabRdpConnection(String) Method

Definition

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.

Applies to