Workspace Constructors

Definition

Overloads

Workspace()

Initializes a new instance of the Workspace class.

Workspace(String, String, String, Object)

Initializes a new instance of the Workspace class.

Workspace()

Initializes a new instance of the Workspace class.

public Workspace ();
Public Sub New ()

Applies to

Workspace(String, String, String, Object)

Initializes a new instance of the Workspace class.

public Workspace (string id = default, string name = default, string type = default, object properties = default);
new Microsoft.Azure.Management.PowerBIEmbedded.Models.Workspace : string * string * string * obj -> Microsoft.Azure.Management.PowerBIEmbedded.Models.Workspace
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional properties As Object = Nothing)

Parameters

id
String
name
String
type
String
properties
Object

Applies to