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
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET