次の方法で共有


AzureBlobStorageLinkedService クラス

定義

Azure BLOB ストレージのリンクされたサービス。

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

コンストラクター

AzureBlobStorageLinkedService()

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

AzureBlobStorageLinkedService(IDictionary<String,Object>, IntegrationRuntimeReference, String, IDictionary<String,ParameterSpecification>, IList<Object>, Object, AzureKeyVaultSecretReference, Object, AzureKeyVaultSecretReference, String, Object, SecretBase, Object, Object, String, String, CredentialReference)

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

プロパティ

AccountKey

接続文字列内の accountKey の Azure Key Vault シークレット参照を取得または設定します。

AccountKind

ストレージ アカウントの種類を取得または設定します。 使用できる値は、以下のとおりです。Storage (汎用 v1)、StorageV2 (汎用 v2)、BlobStorage、または BlockBlobStorage。 型: string (または resultType 文字列を含む式)。

AdditionalProperties

メッセージから一致しないプロパティを取得または設定すると、このコレクションは逆シリアル化されます

(継承元 LinkedService)
Annotations

リンクされたサービスの説明に使用できるタグの一覧を取得または設定します。

(継承元 LinkedService)
AzureCloudType

サービス プリンシパル認証の Azure クラウドの種類を示す値を取得または設定します。使用できる値は、AzurePublic、AzureChina、AzureUsGovernment、AzureGermany です。 既定値は、データ ファクトリ リージョンのクラウドの種類です。 型: string (または resultType 文字列を含む式)。

ConnectionString

接続文字列を取得または設定します。 これは、sasUri、serviceEndpoint プロパティと相互に排他的です。 型: string、SecureString、または AzureKeyVaultSecretReference。

ConnectVia

統合ランタイム参照を取得または設定します。

(継承元 LinkedService)
Credential

認証情報を含む資格情報参照を取得または設定します。

Description

リンクされたサービスの説明を取得または設定します。

(継承元 LinkedService)
EncryptedCredential

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

Parameters

リンクされたサービスのパラメーターを取得または設定します。

(継承元 LinkedService)
SasToken

sas uri 内の sasToken の Azure キー コンテナー シークレット参照を取得または設定します。

SasUri

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

ServiceEndpoint

Azure Blob Storage リソースの BLOB サービス エンドポイントを取得または設定します。 connectionString、sasUri プロパティと相互に排他的です。

ServicePrincipalId

Azure SQL Data Warehouseに対する認証に使用するサービス プリンシパルの ID を取得または設定します。 型: string (または resultType 文字列を含む式)。

ServicePrincipalKey

Azure SQL Data Warehouseに対する認証に使用するサービス プリンシパルのキーを取得または設定します。

Tenant

サービス プリンシパルが属するテナントの名前または ID を取得または設定します。 型: string (または resultType 文字列を含む式)。

メソッド

Validate()

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

適用対象