你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
WorkspaceInfo 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
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 ()
适用于
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)
参数
- id
- Guid
- name
- String
- description
- String
- type
- String
- state
- String
- dataRetrievalState
- String
- capacityId
- String