Group 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
Group()
public Group ();
Public Sub New ()
Applies to
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)
Parameters
- id
- Guid
- name
- String
- description
- String
- type
- String
- state
- String
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET