次の方法で共有


Groups コンストラクター

定義

オーバーロード

Groups()
Groups(String, IList<Group>)

Groups()

public Groups();
Public Sub New ()

適用対象

Groups(String, IList<Group>)

public Groups(string odatacontext = default, System.Collections.Generic.IList<Microsoft.PowerBI.Api.Models.Group> value = default);
new Microsoft.PowerBI.Api.Models.Groups : string * System.Collections.Generic.IList<Microsoft.PowerBI.Api.Models.Group> -> Microsoft.PowerBI.Api.Models.Groups
Public Sub New (Optional odatacontext As String = Nothing, Optional value As IList(Of Group) = Nothing)

パラメーター

odatacontext
String
value
IList<Group>

適用対象