WorkspaceInfo 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
WorkspaceInfo() | |
WorkspaceInfo(Guid, String, String, String, String, String, Nullable<Boolean>, String, IList<Report>, IList<Dashboard>, IList<Dataset>, IList<Dataflow>) |
WorkspaceInfo()
public WorkspaceInfo();
Public Sub New ()
Applies to
WorkspaceInfo(Guid, String, String, String, String, String, Nullable<Boolean>, String, IList<Report>, IList<Dashboard>, IList<Dataset>, IList<Dataflow>)
public WorkspaceInfo(Guid id, string name = default, string description = default, string type = default, string state = default, string dataRetrievalState = default, bool? isOnDedicatedCapacity = default, string capacityId = default, System.Collections.Generic.IList<Microsoft.PowerBI.Api.Models.Report> reports = default, System.Collections.Generic.IList<Microsoft.PowerBI.Api.Models.Dashboard> dashboards = default, System.Collections.Generic.IList<Microsoft.PowerBI.Api.Models.Dataset> datasets = default, System.Collections.Generic.IList<Microsoft.PowerBI.Api.Models.Dataflow> dataflows = default);
new Microsoft.PowerBI.Api.Models.WorkspaceInfo : Guid * string * string * string * string * string * Nullable<bool> * string * System.Collections.Generic.IList<Microsoft.PowerBI.Api.Models.Report> * System.Collections.Generic.IList<Microsoft.PowerBI.Api.Models.Dashboard> * System.Collections.Generic.IList<Microsoft.PowerBI.Api.Models.Dataset> * System.Collections.Generic.IList<Microsoft.PowerBI.Api.Models.Dataflow> -> Microsoft.PowerBI.Api.Models.WorkspaceInfo
Public Sub New (id As Guid, Optional name As String = Nothing, Optional description As String = Nothing, Optional type As String = Nothing, Optional state As String = Nothing, Optional dataRetrievalState As String = Nothing, Optional isOnDedicatedCapacity As Nullable(Of Boolean) = Nothing, Optional capacityId As String = Nothing, Optional reports As IList(Of Report) = Nothing, Optional dashboards As IList(Of Dashboard) = Nothing, Optional datasets As IList(Of Dataset) = Nothing, Optional dataflows As IList(Of Dataflow) = Nothing)
Parameters
- id
- Guid
- name
- String
- description
- String
- type
- String
- state
- String
- dataRetrievalState
- String
- capacityId
- String
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