GoogleAdWordsLinkedService 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
GoogleAdWordsLinkedService() |
Initializes a new instance of the GoogleAdWordsLinkedService class. |
GoogleAdWordsLinkedService(Object, SecretBase, String, IDictionary<String, Object>, IntegrationRuntimeReference, String, IDictionary<String, ParameterSpecification>, IList<Object>, SecretBase, Object, SecretBase, Object, Object, Object, Object, Object) |
Initializes a new instance of the GoogleAdWordsLinkedService class. |
GoogleAdWordsLinkedService(IDictionary<String,Object>, IntegrationRuntimeReference, String, IDictionary<String,ParameterSpecification>, IList<Object>, Object, Object, SecretBase, String, SecretBase, Object, SecretBase, Object, Object, Object, Object, Object) |
Initializes a new instance of the GoogleAdWordsLinkedService class. |
GoogleAdWordsLinkedService()
Initializes a new instance of the GoogleAdWordsLinkedService class.
public GoogleAdWordsLinkedService ();
Public Sub New ()
Applies to
GoogleAdWordsLinkedService(Object, SecretBase, String, IDictionary<String, Object>, IntegrationRuntimeReference, String, IDictionary<String, ParameterSpecification>, IList<Object>, SecretBase, Object, SecretBase, Object, Object, Object, Object, Object)
Initializes a new instance of the GoogleAdWordsLinkedService class.
public GoogleAdWordsLinkedService (object clientCustomerID, Microsoft.Azure.Management.DataFactory.Models.SecretBase developerToken, 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, 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.GoogleAdWordsLinkedService : obj * Microsoft.Azure.Management.DataFactory.Models.SecretBase * 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> * Microsoft.Azure.Management.DataFactory.Models.SecretBase * obj * Microsoft.Azure.Management.DataFactory.Models.SecretBase * obj * obj * obj * obj * obj -> Microsoft.Azure.Management.DataFactory.Models.GoogleAdWordsLinkedService
Public Sub New (clientCustomerID As Object, developerToken As SecretBase, 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 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
- clientCustomerID
- Object
The Client customer ID of the AdWords account that you want to fetch report data for.
- developerToken
- SecretBase
The developer token associated with the manager account that you use to grant access to the AdWords API.
- 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.
- refreshToken
- SecretBase
The refresh token obtained from Google for authorizing access to AdWords 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.
- 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
GoogleAdWordsLinkedService(IDictionary<String,Object>, IntegrationRuntimeReference, String, IDictionary<String,ParameterSpecification>, IList<Object>, Object, Object, SecretBase, String, SecretBase, Object, SecretBase, Object, Object, Object, Object, Object)
Initializes a new instance of the GoogleAdWordsLinkedService class.
public GoogleAdWordsLinkedService (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 connectionProperties = default, object clientCustomerID = default, Microsoft.Azure.Management.DataFactory.Models.SecretBase developerToken = default, string authenticationType = 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.GoogleAdWordsLinkedService : 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 * string * Microsoft.Azure.Management.DataFactory.Models.SecretBase * obj * Microsoft.Azure.Management.DataFactory.Models.SecretBase * obj * obj * obj * obj * obj -> Microsoft.Azure.Management.DataFactory.Models.GoogleAdWordsLinkedService
Public Sub New (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 connectionProperties As Object = Nothing, Optional clientCustomerID As Object = Nothing, Optional developerToken As SecretBase = Nothing, Optional authenticationType As String = 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
- 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.
- connectionProperties
- Object
Properties used to connect to GoogleAds. It is mutually exclusive with any other properties in the linked service. Type: object.
- clientCustomerID
- Object
The Client customer ID of the AdWords account that you want to fetch report data for.
- developerToken
- SecretBase
The developer token associated with the manager account that you use to grant access to the AdWords API.
- 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'
- refreshToken
- SecretBase
The refresh token obtained from Google for authorizing access to AdWords 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.
- 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
Azure SDK for .NET