Group コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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
- description
- String
- type
- String
- state
- String
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET