AzureFileStorageLinkedService クラス

定義

Azure File Storage のリンクされたサービス。

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

コンストラクター

AzureFileStorageLinkedService(Object)

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

プロパティ

AccountKey

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

AdditionalProperties

その他のプロパティ。

(継承元 LinkedService)
Annotations

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

(継承元 LinkedService)
ConnectionString

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

ConnectVia

統合ランタイム参照。

(継承元 LinkedService)
Description

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

(継承元 LinkedService)
EncryptedCredential

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

FileShare

Azure ファイル共有名。 accountKey/sasToken で認証する場合は必須です。 型: string (または resultType 文字列を含む式)。

Host

サーバーのホスト名前。 型: string (または resultType 文字列を含む式)。

Parameters

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

(継承元 LinkedService)
Password

サーバーにログオンするためのパスワード。 基底クラスであることに注意 SecretBase してください。 このシナリオでは、基底クラスの派生クラスをここで割り当てる必要があるか、このプロパティを使用可能な派生クラスのいずれかにキャストする必要があります。 使用可能な派生クラスには、 と がSecureString含まれますAzureKeyVaultSecretReference

SasToken

sas uri 内の sasToken の Azure Key Vault シークレット参照。

SasUri

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

Snapshot

Azure ファイル共有スナップショットバージョン。 型: string (または resultType 文字列を含む式)。

UserId

サーバーにログオンするためのユーザー ID。 型: string (または resultType 文字列を含む式)。

適用対象