次の方法で共有


AzureStorageLinkedService クラス

定義

ストレージ アカウントのリンクされたサービス。

[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.AzureStorageLinkedService+AzureStorageLinkedServiceConverter))]
public class AzureStorageLinkedService : Azure.Analytics.Synapse.Artifacts.Models.LinkedService
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.AzureStorageLinkedService+AzureStorageLinkedServiceConverter))>]
type AzureStorageLinkedService = class
    inherit LinkedService
Public Class AzureStorageLinkedService
Inherits LinkedService
継承
AzureStorageLinkedService
属性

コンストラクター

AzureStorageLinkedService()

AzureStorageLinkedService の新しいインスタンスを初期化します。

プロパティ

AccountKey

接続文字列内の accountKey の Azure Key Vault シークレット参照。

AdditionalProperties

その他のプロパティ。

(継承元 LinkedService)
Annotations

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

(継承元 LinkedService)
ConnectionString

接続文字列。 sasUri プロパティと相互に排他的です。 型: string、SecureString、または AzureKeyVaultSecretReference。

ConnectVia

統合ランタイム参照。

(継承元 LinkedService)
Description

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

(継承元 LinkedService)
EncryptedCredential

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

Parameters

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

(継承元 LinkedService)
SasToken

sas uri 内の sasToken の Azure キー コンテナー シークレット参照。

SasUri

Azure Storage リソースの SAS URI。 connectionString プロパティと相互に排他的です。 型: string、SecureString、または AzureKeyVaultSecretReference。

適用対象