AzureMySqlLinkedService interface
Azure MySQL データベースのリンクされたサービス。
- Extends
プロパティ
connection |
接続文字列。 型: string、SecureString、または AzureKeyVaultSecretReference。 |
encrypted |
認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。 |
password | 接続文字列のパスワードの Azure Key Vault シークレット リファレンス。 |
type | ポリモーフィック識別子。このオブジェクトに使用できるさまざまな型を指定します。 |
継承されたプロパティ
annotations | リンクされたサービスの説明に使用できるタグの一覧。 |
connect |
統合ランタイム参照。 |
description | リンクされたサービスの説明。 |
parameters | リンクされたサービスのパラメーター。 |
プロパティの詳細
connectionString
接続文字列。 型: string、SecureString、または AzureKeyVaultSecretReference。
connectionString: any
プロパティ値
any
encryptedCredential
認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string。
encryptedCredential?: string
プロパティ値
string
password
接続文字列のパスワードの Azure Key Vault シークレット リファレンス。
password?: AzureKeyVaultSecretReference
プロパティ値
type
ポリモーフィック識別子。このオブジェクトに使用できるさまざまな型を指定します。
type: "AzureMySql"
プロパティ値
"AzureMySql"
継承されたプロパティの詳細
annotations
connectVia
統合ランタイム参照。
connectVia?: IntegrationRuntimeReference
プロパティ値
description
parameters
リンクされたサービスのパラメーター。
parameters?: {[propertyName: string]: ParameterSpecification}
プロパティ値
{[propertyName: string]: ParameterSpecification}