C# Class Microsoft.PowerBI.Api.V1.Models.GatewayDatasource

A Power BI gateway datasource
Show file Open project: Microsoft/PowerBI-CSharp

Private Properties

Property Type Description

Public Methods

Method Description
GatewayDatasource ( ) : System

Initializes a new instance of the GatewayDatasource class.

GatewayDatasource ( string id = default(string), string gatewayId = default(string), string datasourceType = default(string), string connectionDetails = default(string), string credentialType = default(string), BasicCredentials basicCredentials = default(BasicCredentials) ) : System

Initializes a new instance of the GatewayDatasource class.

Method Details

GatewayDatasource() public method

Initializes a new instance of the GatewayDatasource class.
public GatewayDatasource ( ) : System
return System

GatewayDatasource() public method

Initializes a new instance of the GatewayDatasource class.
public GatewayDatasource ( string id = default(string), string gatewayId = default(string), string datasourceType = default(string), string connectionDetails = default(string), string credentialType = default(string), BasicCredentials basicCredentials = default(BasicCredentials) ) : System
id string
gatewayId string
datasourceType string
connectionDetails string
credentialType string
basicCredentials BasicCredentials
return System