GatewayDatasource 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
GatewayDatasource() | |
GatewayDatasource(Guid, Guid, CredentialType, String, String, String) |
GatewayDatasource()
public GatewayDatasource ();
Public Sub New ()
Applies to
GatewayDatasource(Guid, Guid, CredentialType, String, String, String)
public GatewayDatasource (Guid id, Guid gatewayId, Microsoft.PowerBI.Api.Models.CredentialType credentialType, string datasourceName = default, string datasourceType = default, string connectionDetails = default);
new Microsoft.PowerBI.Api.Models.GatewayDatasource : Guid * Guid * Microsoft.PowerBI.Api.Models.CredentialType * string * string * string -> Microsoft.PowerBI.Api.Models.GatewayDatasource
Public Sub New (id As Guid, gatewayId As Guid, credentialType As CredentialType, Optional datasourceName As String = Nothing, Optional datasourceType As String = Nothing, Optional connectionDetails As String = Nothing)
Parameters
- id
- Guid
- gatewayId
- Guid
- credentialType
- CredentialType
- datasourceName
- String
- datasourceType
- String
- connectionDetails
- String
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET