VerticaLinkedService interface

Vertica のリンクされたサービス。

Extends

プロパティ

connectionString

ODBC 接続文字列。 型: string、SecureString、または AzureKeyVaultSecretReference。

encryptedCredential

認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。

pwd

接続文字列のパスワードの Azure Key Vault シークレット リファレンス。

type

ポリモーフィック識別子。このオブジェクトに使用できるさまざまな型を指定します。

継承されたプロパティ

annotations

リンクされたサービスの説明に使用できるタグの一覧。

connectVia

統合ランタイム参照。

description

リンクされたサービスの説明。

parameters

リンクされたサービスのパラメーター。

プロパティの詳細

connectionString

ODBC 接続文字列。 型: string、SecureString、または AzureKeyVaultSecretReference。

connectionString?: any

プロパティ値

any

encryptedCredential

認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。

encryptedCredential?: string

プロパティ値

string

pwd

接続文字列のパスワードの Azure Key Vault シークレット リファレンス。

pwd?: AzureKeyVaultSecretReference

プロパティ値

type

ポリモーフィック識別子。このオブジェクトに使用できるさまざまな型を指定します。

type: "Vertica"

プロパティ値

"Vertica"

継承されたプロパティの詳細

annotations

リンクされたサービスの説明に使用できるタグの一覧。

annotations?: any[]

プロパティ値

any[]

LinkedService.annotationsから継承

connectVia

統合ランタイム参照。

connectVia?: IntegrationRuntimeReference

プロパティ値

LinkedService.connectViaから継承

description

リンクされたサービスの説明。

description?: string

プロパティ値

string

LinkedService.descriptionから継承

parameters

リンクされたサービスのパラメーター。

parameters?: {[propertyName: string]: ParameterSpecification}

プロパティ値

{[propertyName: string]: ParameterSpecification}

LinkedService.parametersから継承