你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

Group 构造函数

定义

重载

Group()
Group(Guid, String, Nullable<Boolean>, Nullable<Boolean>, Nullable<Guid>, String, String, String, IList<GroupUser>, IList<Report>, IList<Dashboard>, IList<Dataset>, IList<Dataflow>, Nullable<Guid>, IList<Workbook>)

Group()

public Group ();
Public Sub New ()

适用于

Group(Guid, String, Nullable<Boolean>, Nullable<Boolean>, Nullable<Guid>, String, String, String, IList<GroupUser>, IList<Report>, IList<Dashboard>, IList<Dataset>, IList<Dataflow>, Nullable<Guid>, IList<Workbook>)

public Group (Guid id, string name = default, bool? isReadOnly = default, bool? isOnDedicatedCapacity = default, Guid? capacityId = default, string description = default, string type = default, string state = default, System.Collections.Generic.IList<Microsoft.PowerBI.Api.Models.GroupUser> users = 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, Guid? dataflowStorageId = default, System.Collections.Generic.IList<Microsoft.PowerBI.Api.Models.Workbook> workbooks = default);
new Microsoft.PowerBI.Api.Models.Group : Guid * string * Nullable<bool> * Nullable<bool> * Nullable<Guid> * string * string * string * System.Collections.Generic.IList<Microsoft.PowerBI.Api.Models.GroupUser> * 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> * Nullable<Guid> * System.Collections.Generic.IList<Microsoft.PowerBI.Api.Models.Workbook> -> Microsoft.PowerBI.Api.Models.Group
Public Sub New (id As Guid, Optional name As String = Nothing, Optional isReadOnly As Nullable(Of Boolean) = Nothing, Optional isOnDedicatedCapacity As Nullable(Of Boolean) = Nothing, Optional capacityId As Nullable(Of Guid) = Nothing, Optional description As String = Nothing, Optional type As String = Nothing, Optional state As String = Nothing, Optional users As IList(Of GroupUser) = 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, Optional dataflowStorageId As Nullable(Of Guid) = Nothing, Optional workbooks As IList(Of Workbook) = Nothing)

参数

id
Guid
name
String
isReadOnly
Nullable<Boolean>
isOnDedicatedCapacity
Nullable<Boolean>
capacityId
Nullable<Guid>
description
String
type
String
state
String
users
IList<GroupUser>
reports
IList<Report>
dashboards
IList<Dashboard>
datasets
IList<Dataset>
dataflows
IList<Dataflow>
dataflowStorageId
Nullable<Guid>
workbooks
IList<Workbook>

适用于