次の方法で共有


SnowflakeV2LinkedService interface

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

Extends

プロパティ

accountIdentifier

Snowflake アカウントのアカウント識別子 (xy12345.east-us-2.azure など)

authenticationType

認証に使用される型。 型: 文字列。

clientId

AADServicePrincipal 認証用に Azure Active Directory に登録されているアプリケーションのクライアント ID。

clientSecret

AADServicePrincipal 認証用のクライアント シークレットの Azure Key Vault シークレットリファレンス。

database

Snowflake データベースの名前。

encryptedCredential

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

host

Snowflake アカウントのホスト名。

password

接続文字列内のパスワードの Azure Key Vault シークレット参照。

privateKey

KeyPair 認証用の privateKey の Azure Key Vault シークレット リファレンス。

privateKeyPassphrase

暗号化された秘密キーを使用した KeyPair 認証の秘密キー パスワードの Azure Key Vault シークレット リファレンス。

scope

AADServicePrincipal 認証用に Azure Active Directory に登録されているアプリケーションのスコープ。

tenantId

AADServicePrincipal 認証用に Azure Active Directory に登録されているアプリケーションのテナント ID。

type

ポリモーフィック識別子。このオブジェクトは、さまざまな型を指定します。

user

Snowflake ユーザーの名前。

warehouse

Snowflake ウェアハウスの名前。

継承されたプロパティ

annotations

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

connectVia

統合ランタイムリファレンス。

description

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

parameters

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

version

リンクされたサービスのバージョン。

プロパティの詳細

accountIdentifier

Snowflake アカウントのアカウント識別子 (xy12345.east-us-2.azure など)

accountIdentifier: any

プロパティ値

any

authenticationType

認証に使用される型。 型: 文字列。

authenticationType?: string

プロパティ値

string

clientId

AADServicePrincipal 認証用に Azure Active Directory に登録されているアプリケーションのクライアント ID。

clientId?: any

プロパティ値

any

clientSecret

AADServicePrincipal 認証用のクライアント シークレットの Azure Key Vault シークレットリファレンス。

clientSecret?: SecretBaseUnion

プロパティ値

database

Snowflake データベースの名前。

database: any

プロパティ値

any

encryptedCredential

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

encryptedCredential?: string

プロパティ値

string

host

Snowflake アカウントのホスト名。

host?: any

プロパティ値

any

password

接続文字列内のパスワードの Azure Key Vault シークレット参照。

password?: SecretBaseUnion

プロパティ値

privateKey

KeyPair 認証用の privateKey の Azure Key Vault シークレット リファレンス。

privateKey?: SecretBaseUnion

プロパティ値

privateKeyPassphrase

暗号化された秘密キーを使用した KeyPair 認証の秘密キー パスワードの Azure Key Vault シークレット リファレンス。

privateKeyPassphrase?: SecretBaseUnion

プロパティ値

scope

AADServicePrincipal 認証用に Azure Active Directory に登録されているアプリケーションのスコープ。

scope?: any

プロパティ値

any

tenantId

AADServicePrincipal 認証用に Azure Active Directory に登録されているアプリケーションのテナント ID。

tenantId?: any

プロパティ値

any

type

ポリモーフィック識別子。このオブジェクトは、さまざまな型を指定します。

type: "SnowflakeV2"

プロパティ値

"SnowflakeV2"

user

Snowflake ユーザーの名前。

user?: any

プロパティ値

any

warehouse

Snowflake ウェアハウスの名前。

warehouse: any

プロパティ値

any

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

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 から継承

version

リンクされたサービスのバージョン。

version?: string

プロパティ値

string

linkedService.version から継承