C# Class Microsoft.PowerBI.Api.V1.Models.Workspace

A Power BI Workspace
Show file Open project: Microsoft/PowerBI-CSharp Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Workspace ( ) : System

Initializes a new instance of the Workspace class.

Workspace ( string workspaceId = default(string), string workspaceCollectionName = default(string) ) : System

Initializes a new instance of the Workspace class.

Method Details

Workspace() public method

Initializes a new instance of the Workspace class.
public Workspace ( ) : System
return System

Workspace() public method

Initializes a new instance of the Workspace class.
public Workspace ( string workspaceId = default(string), string workspaceCollectionName = default(string) ) : System
workspaceId string
workspaceCollectionName string
return System