DependentDataflows Constructors

Definition

Overloads

DependentDataflows()
DependentDataflows(String, IList<DependentDataflow>)

DependentDataflows()

public DependentDataflows ();
Public Sub New ()

Applies to

DependentDataflows(String, IList<DependentDataflow>)

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

Parameters

odatacontext
String

Applies to