次の方法で共有


AzureStorageLinkedService クラス

定義

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

[Microsoft.Rest.Serialization.JsonTransformation]
[Newtonsoft.Json.JsonObject("AzureStorage")]
public class AzureStorageLinkedService : Microsoft.Azure.Management.DataFactory.Models.LinkedService
[<Microsoft.Rest.Serialization.JsonTransformation>]
[<Newtonsoft.Json.JsonObject("AzureStorage")>]
type AzureStorageLinkedService = class
    inherit LinkedService
Public Class AzureStorageLinkedService
Inherits LinkedService
継承
AzureStorageLinkedService
属性
JsonTransformationAttribute Newtonsoft.Json.JsonObjectAttribute

コンストラクター

AzureStorageLinkedService()

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

AzureStorageLinkedService(IDictionary<String,Object>, IntegrationRuntimeReference, String, IDictionary<String,ParameterSpecification>, IList<Object>, Object, AzureKeyVaultSecretReference, Object, AzureKeyVaultSecretReference, String)

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 Key Vault シークレット参照を取得または設定します。

SasUri

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

メソッド

Validate()

オブジェクトを検証します。

適用対象