Поделиться через


DependentDataflow Constructors

Definition

Overloads

DependentDataflow()

public DependentDataflow();
Public Sub New ()

Applies to

DependentDataflow(String, String)

public DependentDataflow(string targetDataflowId = default, string groupId = default);
new Microsoft.PowerBI.Api.Models.DependentDataflow : string * string -> Microsoft.PowerBI.Api.Models.DependentDataflow
Public Sub New (Optional targetDataflowId As String = Nothing, Optional groupId As String = Nothing)

Parameters

targetDataflowId
String
groupId
String

Applies to