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