Megosztás a következőn keresztül:


Pages Constructors

Definition

Overloads

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

Pages()

public Pages ();
Public Sub New ()

Applies to

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)

Parameters

odatacontext
String
value
IList<Page>

Applies to