WorkspaceInfo Constructors

Definition

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
isOnDedicatedCapacity
Nullable<Boolean>
capacityId
String
reports
IList<Report>
dashboards
IList<Dashboard>
datasets
IList<Dataset>
dataflows
IList<Dataflow>

Applies to