SnowflakeLinkedService interface
Snowflake のリンクされたサービス。
- Extends
プロパティ
| connection |
snowflake の接続文字列。 型: string、SecureString。 |
| encrypted |
認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。 |
| password | 接続文字列内のパスワードの Azure Key Vault シークレット参照。 |
| type | ポリモーフィック識別子。このオブジェクトは、さまざまな型を指定します。 |
継承されたプロパティ
| annotations | リンクされたサービスの説明に使用できるタグの一覧。 |
| connect |
統合ランタイムリファレンス。 |
| description | リンクされたサービスの説明。 |
| parameters | リンクされたサービスのパラメーター。 |
| version | リンクされたサービスのバージョン。 |
プロパティの詳細
connectionString
snowflake の接続文字列。 型: string、SecureString。
connectionString: any
プロパティ値
any
encryptedCredential
認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。
encryptedCredential?: any
プロパティ値
any
password
接続文字列内のパスワードの Azure Key Vault シークレット参照。
password?: AzureKeyVaultSecretReference
プロパティ値
type
ポリモーフィック識別子。このオブジェクトは、さまざまな型を指定します。
type: "Snowflake"
プロパティ値
"Snowflake"
継承されたプロパティの詳細
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 から継承