Refreshes Constructors

Definition

Overloads

Refreshes()
Refreshes(String, IList<Refresh>)

Refreshes()

public Refreshes ();
Public Sub New ()

Applies to

Refreshes(String, IList<Refresh>)

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

Parameters

odatacontext
String
value
IList<Refresh>

Applies to