Share via


LinkedWorkspace Constructors

Definition

Overloads

LinkedWorkspace()

Initializes a new instance of the LinkedWorkspace class.

LinkedWorkspace(String)

Initializes a new instance of the LinkedWorkspace class.

LinkedWorkspace()

Initializes a new instance of the LinkedWorkspace class.

public LinkedWorkspace ();
Public Sub New ()

Applies to

LinkedWorkspace(String)

Initializes a new instance of the LinkedWorkspace class.

public LinkedWorkspace (string id = default);
new Microsoft.Azure.Management.Automation.Models.LinkedWorkspace : string -> Microsoft.Azure.Management.Automation.Models.LinkedWorkspace
Public Sub New (Optional id As String = Nothing)

Parameters

id
String

Gets the id of the linked workspace.

Applies to