DependentDataflows Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- value
- IList<DependentDataflow>
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET