C# 클래스 Microsoft.PowerBI.Api.V1.Models.GatewayDatasource

A Power BI gateway datasource
파일 보기 프로젝트 열기: Microsoft/PowerBI-CSharp

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
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.

메소드 상세

GatewayDatasource() 공개 메소드

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

GatewayDatasource() 공개 메소드

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
리턴 System