CreateDatasetRequest Constructors

Definition

Overloads

CreateDatasetRequest()
CreateDatasetRequest(String, IList<Table>, IList<Relationship>, IList<Datasource>, Nullable<DatasetMode>)

CreateDatasetRequest()

public CreateDatasetRequest ();
Public Sub New ()

Applies to

CreateDatasetRequest(String, IList<Table>, IList<Relationship>, IList<Datasource>, Nullable<DatasetMode>)

public CreateDatasetRequest (string name, System.Collections.Generic.IList<Microsoft.PowerBI.Api.Models.Table> tables, System.Collections.Generic.IList<Microsoft.PowerBI.Api.Models.Relationship> relationships = default, System.Collections.Generic.IList<Microsoft.PowerBI.Api.Models.Datasource> datasources = default, Microsoft.PowerBI.Api.Models.DatasetMode? defaultMode = default);
new Microsoft.PowerBI.Api.Models.CreateDatasetRequest : string * System.Collections.Generic.IList<Microsoft.PowerBI.Api.Models.Table> * System.Collections.Generic.IList<Microsoft.PowerBI.Api.Models.Relationship> * System.Collections.Generic.IList<Microsoft.PowerBI.Api.Models.Datasource> * Nullable<Microsoft.PowerBI.Api.Models.DatasetMode> -> Microsoft.PowerBI.Api.Models.CreateDatasetRequest
Public Sub New (name As String, tables As IList(Of Table), Optional relationships As IList(Of Relationship) = Nothing, Optional datasources As IList(Of Datasource) = Nothing, Optional defaultMode As Nullable(Of DatasetMode) = Nothing)

Parameters

name
String
tables
IList<Table>
relationships
IList<Relationship>
datasources
IList<Datasource>
defaultMode
Nullable<DatasetMode>

Applies to