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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET