CreateDatasetRequest.Datasources Property

Definition

[Newtonsoft.Json.JsonProperty(PropertyName="datasources")]
public System.Collections.Generic.IList<Microsoft.PowerBI.Api.Models.Datasource> Datasources { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="datasources")>]
member this.Datasources : System.Collections.Generic.IList<Microsoft.PowerBI.Api.Models.Datasource> with get, set
Public Property Datasources As IList(Of Datasource)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to