Group Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
Group()
public Group ();
Public Sub New ()
Gilt für:
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)
Parameter
- id
- Guid
- name
- String
- description
- String
- type
- String
- state
- String
Gilt für:
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for .NET