Share via


GoogleBigQueryLinkedService(Object, GoogleBigQueryAuthenticationType) Constructor

Definition

Initializes a new instance of GoogleBigQueryLinkedService.

public GoogleBigQueryLinkedService (object project, Azure.Analytics.Synapse.Artifacts.Models.GoogleBigQueryAuthenticationType authenticationType);
new Azure.Analytics.Synapse.Artifacts.Models.GoogleBigQueryLinkedService : obj * Azure.Analytics.Synapse.Artifacts.Models.GoogleBigQueryAuthenticationType -> Azure.Analytics.Synapse.Artifacts.Models.GoogleBigQueryLinkedService
Public Sub New (project As Object, authenticationType As GoogleBigQueryAuthenticationType)

Parameters

project
Object

The default BigQuery project to query against.

authenticationType
GoogleBigQueryAuthenticationType

The OAuth 2.0 authentication mechanism used for authentication. ServiceAuthentication can only be used on self-hosted IR.

Exceptions

project is null.

Applies to