Workspace Constructors
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.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET