Dataflow 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
Dataflow() | |
Dataflow(Guid, String, String, String, String, String, EndorsementDetails, Nullable<DateTime>, IList<DatasourceUsage>, IList<DependentDataflow>, SensitivityLabel) |
Dataflow()
public Dataflow ();
Public Sub New ()
Applies to
Dataflow(Guid, String, String, String, String, String, EndorsementDetails, Nullable<DateTime>, IList<DatasourceUsage>, IList<DependentDataflow>, SensitivityLabel)
public Dataflow (Guid objectId, string name = default, string description = default, string modelUrl = default, string configuredBy = default, string modifiedBy = default, Microsoft.PowerBI.Api.Models.EndorsementDetails endorsementDetails = default, DateTime? modifiedDateTime = default, System.Collections.Generic.IList<Microsoft.PowerBI.Api.Models.DatasourceUsage> datasourceUsages = default, System.Collections.Generic.IList<Microsoft.PowerBI.Api.Models.DependentDataflow> upstreamDataflows = default, Microsoft.PowerBI.Api.Models.SensitivityLabel sensitivityLabel = default);
new Microsoft.PowerBI.Api.Models.Dataflow : Guid * string * string * string * string * string * Microsoft.PowerBI.Api.Models.EndorsementDetails * Nullable<DateTime> * System.Collections.Generic.IList<Microsoft.PowerBI.Api.Models.DatasourceUsage> * System.Collections.Generic.IList<Microsoft.PowerBI.Api.Models.DependentDataflow> * Microsoft.PowerBI.Api.Models.SensitivityLabel -> Microsoft.PowerBI.Api.Models.Dataflow
Public Sub New (objectId As Guid, Optional name As String = Nothing, Optional description As String = Nothing, Optional modelUrl As String = Nothing, Optional configuredBy As String = Nothing, Optional modifiedBy As String = Nothing, Optional endorsementDetails As EndorsementDetails = Nothing, Optional modifiedDateTime As Nullable(Of DateTime) = Nothing, Optional datasourceUsages As IList(Of DatasourceUsage) = Nothing, Optional upstreamDataflows As IList(Of DependentDataflow) = Nothing, Optional sensitivityLabel As SensitivityLabel = Nothing)
Parameters
- objectId
- Guid
- name
- String
- description
- String
- modelUrl
- String
- configuredBy
- String
- modifiedBy
- String
- endorsementDetails
- EndorsementDetails
- datasourceUsages
- IList<DatasourceUsage>
- upstreamDataflows
- IList<DependentDataflow>
- sensitivityLabel
- SensitivityLabel