Sdílet prostřednictvím


GoogleBigQueryLinkedService Constructors

Definition

Overloads

GoogleBigQueryLinkedService()

Initializes a new instance of the GoogleBigQueryLinkedService class.

GoogleBigQueryLinkedService(Object, String, IDictionary<String, Object>, IntegrationRuntimeReference, String, IDictionary<String, ParameterSpecification>, IList<Object>, Object, Object, SecretBase, Object, SecretBase, Object, Object, Object, Object, Object)

Initializes a new instance of the GoogleBigQueryLinkedService class.

GoogleBigQueryLinkedService()

Initializes a new instance of the GoogleBigQueryLinkedService class.

public GoogleBigQueryLinkedService ();
Public Sub New ()

Applies to

GoogleBigQueryLinkedService(Object, String, IDictionary<String, Object>, IntegrationRuntimeReference, String, IDictionary<String, ParameterSpecification>, IList<Object>, Object, Object, SecretBase, Object, SecretBase, Object, Object, Object, Object, Object)

Initializes a new instance of the GoogleBigQueryLinkedService class.

public GoogleBigQueryLinkedService (object project, string authenticationType, System.Collections.Generic.IDictionary<string,object> additionalProperties = default, Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeReference connectVia = default, string description = default, System.Collections.Generic.IDictionary<string,Microsoft.Azure.Management.DataFactory.Models.ParameterSpecification> parameters = default, System.Collections.Generic.IList<object> annotations = default, object additionalProjects = default, object requestGoogleDriveScope = default, Microsoft.Azure.Management.DataFactory.Models.SecretBase refreshToken = default, object clientId = default, Microsoft.Azure.Management.DataFactory.Models.SecretBase clientSecret = default, object email = default, object keyFilePath = default, object trustedCertPath = default, object useSystemTrustStore = default, object encryptedCredential = default);
new Microsoft.Azure.Management.DataFactory.Models.GoogleBigQueryLinkedService : obj * string * System.Collections.Generic.IDictionary<string, obj> * Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeReference * string * System.Collections.Generic.IDictionary<string, Microsoft.Azure.Management.DataFactory.Models.ParameterSpecification> * System.Collections.Generic.IList<obj> * obj * obj * Microsoft.Azure.Management.DataFactory.Models.SecretBase * obj * Microsoft.Azure.Management.DataFactory.Models.SecretBase * obj * obj * obj * obj * obj -> Microsoft.Azure.Management.DataFactory.Models.GoogleBigQueryLinkedService
Public Sub New (project As Object, authenticationType As String, Optional additionalProperties As IDictionary(Of String, Object) = Nothing, Optional connectVia As IntegrationRuntimeReference = Nothing, Optional description As String = Nothing, Optional parameters As IDictionary(Of String, ParameterSpecification) = Nothing, Optional annotations As IList(Of Object) = Nothing, Optional additionalProjects As Object = Nothing, Optional requestGoogleDriveScope As Object = Nothing, Optional refreshToken As SecretBase = Nothing, Optional clientId As Object = Nothing, Optional clientSecret As SecretBase = Nothing, Optional email As Object = Nothing, Optional keyFilePath As Object = Nothing, Optional trustedCertPath As Object = Nothing, Optional useSystemTrustStore As Object = Nothing, Optional encryptedCredential As Object = Nothing)

Parameters

project
Object

The default BigQuery project to query against.

authenticationType
String

The OAuth 2.0 authentication mechanism used for authentication. ServiceAuthentication can only be used on self-hosted IR. Possible values include: 'ServiceAuthentication', 'UserAuthentication'

additionalProperties
IDictionary<String,Object>

Unmatched properties from the message are deserialized this collection

connectVia
IntegrationRuntimeReference

The integration runtime reference.

description
String

Linked service description.

parameters
IDictionary<String,ParameterSpecification>

Parameters for linked service.

annotations
IList<Object>

List of tags that can be used for describing the linked service.

additionalProjects
Object

A comma-separated list of public BigQuery projects to access.

requestGoogleDriveScope
Object

Whether to request access to Google Drive. Allowing Google Drive access enables support for federated tables that combine BigQuery data with data from Google Drive. The default value is false.

refreshToken
SecretBase

The refresh token obtained from Google for authorizing access to BigQuery for UserAuthentication.

clientId
Object

The client id of the google application used to acquire the refresh token. Type: string (or Expression with resultType string).

clientSecret
SecretBase

The client secret of the google application used to acquire the refresh token.

email
Object

The service account email ID that is used for ServiceAuthentication and can only be used on self-hosted IR.

keyFilePath
Object

The full path to the .p12 key file that is used to authenticate the service account email address and can only be used on self-hosted IR.

trustedCertPath
Object

The full path of the .pem file containing trusted CA certificates for verifying the server when connecting over SSL. This property can only be set when using SSL on self-hosted IR. The default value is the cacerts.pem file installed with the IR.

useSystemTrustStore
Object

Specifies whether to use a CA certificate from the system trust store or from a specified PEM file. The default value is false.

encryptedCredential
Object

The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string).

Applies to