Dataflows 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
Dataflows() | |
Dataflows(String, IList<Dataflow>) |
Dataflows()
public Dataflows ();
Public Sub New ()
Applies to
Dataflows(String, IList<Dataflow>)
public Dataflows (string odatacontext = default, System.Collections.Generic.IList<Microsoft.PowerBI.Api.Models.Dataflow> value = default);
new Microsoft.PowerBI.Api.Models.Dataflows : string * System.Collections.Generic.IList<Microsoft.PowerBI.Api.Models.Dataflow> -> Microsoft.PowerBI.Api.Models.Dataflows
Public Sub New (Optional odatacontext As String = Nothing, Optional value As IList(Of Dataflow) = Nothing)
Parameters
- odatacontext
- String
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