你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

GoogleAdWordsLinkedService 类

定义

Google AdWords 服务链接服务。

[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.GoogleAdWordsLinkedService+GoogleAdWordsLinkedServiceConverter))]
public class GoogleAdWordsLinkedService : Azure.Analytics.Synapse.Artifacts.Models.LinkedService
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.GoogleAdWordsLinkedService+GoogleAdWordsLinkedServiceConverter))>]
type GoogleAdWordsLinkedService = class
    inherit LinkedService
Public Class GoogleAdWordsLinkedService
Inherits LinkedService
继承
GoogleAdWordsLinkedService
属性

构造函数

GoogleAdWordsLinkedService()

初始化 GoogleAdWordsLinkedService 的新实例。

属性

AdditionalProperties

其他属性。

(继承自 LinkedService)
Annotations

可用于描述链接服务的标记列表。

(继承自 LinkedService)
AuthenticationType

用于身份验证的 OAuth 2.0 身份验证机制。 ServiceAuthentication 只能在自托管 IR 上使用。

ClientCustomerID

需提取其报表数据的 AdWords 帐户的客户端客户 ID。

ClientId

Google 应用程序的客户端 ID,用户获取刷新令牌。 类型:包含 resultType 字符串) 的字符串 (或表达式。

ClientSecret

Google 应用程序的客户端机密,用户获取刷新令牌。 请注意 SecretBase ,是基类。 根据方案,可能需要在此处分配基类的派生类,或者此属性需要强制转换为可能的派生类之一。 可用的派生类包括 AzureKeyVaultSecretReferenceSecureString

ConnectionProperties

用于连接到 GoogleAds 的属性。 它与链接服务中的其他任何属性互斥。 类型:对象。

ConnectVia

集成运行时引用。

(继承自 LinkedService)
Description

链接服务说明。

(继承自 LinkedService)
DeveloperToken

与管理员帐户相关联的开发人员令牌,该帐户用来授予对 AdWords API 的访问权限。 请注意 SecretBase ,是基类。 根据方案,可能需要在此处分配基类的派生类,或者此属性需要强制转换为可能的派生类之一。 可用的派生类包括 AzureKeyVaultSecretReferenceSecureString

Email

用于 ServiceAuthentication 的服务帐户电子邮件 ID,只能在自托管 IR 上使用。

EncryptedCredential

用于身份验证的加密凭据。 使用集成运行时凭据管理器加密凭据。 类型:包含 resultType 字符串) 的字符串 (或表达式。

KeyFilePath

.p12 密钥文件的完整路径,该文件用于对服务帐户电子邮件地址进行身份验证,只能在自托管 IR 上使用。

Parameters

链接服务的参数。

(继承自 LinkedService)
RefreshToken

从 Google 获得的刷新令牌,用于授权访问 AdWords 以进行用户身份验证。 请注意 SecretBase ,是基类。 根据方案,可能需要在此处分配基类的派生类,或者此属性需要强制转换为可能的派生类之一。 可用的派生类包括 AzureKeyVaultSecretReferenceSecureString

TrustedCertPath

包含受信任 CA 证书(通过 SSL 进行连接时用于验证服务器)的 .pem 文件的完整路径。 只有在自托管 IR 上使用 SSL 时才能设置此属性。 默认值是随 IR 一起安装的 cacerts.pem 文件。

UseSystemTrustStore

指定是使用系统信任存储中的 CA 证书还是使用指定 PEM 文件中的 CA 证书。 默认值为 false。

适用于