Datasource 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
Datasource() | |
Datasource(String, String, String, DatasourceConnectionDetails, Nullable<Guid>, Nullable<Guid>) |
Datasource()
public Datasource();
Public Sub New ()
Applies to
Datasource(String, String, String, DatasourceConnectionDetails, Nullable<Guid>, Nullable<Guid>)
public Datasource(string name = default, string connectionString = default, string datasourceType = default, Microsoft.PowerBI.Api.Models.DatasourceConnectionDetails connectionDetails = default, Guid? gatewayId = default, Guid? datasourceId = default);
new Microsoft.PowerBI.Api.Models.Datasource : string * string * string * Microsoft.PowerBI.Api.Models.DatasourceConnectionDetails * Nullable<Guid> * Nullable<Guid> -> Microsoft.PowerBI.Api.Models.Datasource
Public Sub New (Optional name As String = Nothing, Optional connectionString As String = Nothing, Optional datasourceType As String = Nothing, Optional connectionDetails As DatasourceConnectionDetails = Nothing, Optional gatewayId As Nullable(Of Guid) = Nothing, Optional datasourceId As Nullable(Of Guid) = Nothing)
Parameters
- name
- String
- connectionString
- String
- datasourceType
- String
- connectionDetails
- DatasourceConnectionDetails
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