Pages コンストラクター

定義

オーバーロード

Pages()
Pages(String, IList<Page>)

Pages()

public Pages ();
Public Sub New ()

適用対象

Pages(String, IList<Page>)

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

パラメーター

odatacontext
String
value
IList<Page>

適用対象