次の方法で共有


AzureBlobStorageLinkedService クラス

定義

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

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

コンストラクター

AzureBlobStorageLinkedService()

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

プロパティ

AccountKey

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

AccountKind

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

AdditionalProperties

その他のプロパティ。

(継承元 LinkedService)
Annotations

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

(継承元 LinkedService)
AuthenticationType

認証に使用される型。 型: string。

AzureCloudType

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

ConnectionString

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

ConnectVia

統合ランタイム参照。

(継承元 LinkedService)
ContainerUri

Azure Blob Storage リソースのコンテナー URI では、匿名アクセスのみがサポートされます。 型: string (または resultType 文字列を含む式)。

Credential

認証情報を含む資格情報参照。

Description

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

(継承元 LinkedService)
EncryptedCredential

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

Parameters

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

(継承元 LinkedService)
SasToken

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

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に対する認証に使用されるサービス プリンシパルのキー。 基底クラスであることに注意 SecretBase してください。 このシナリオでは、基底クラスの派生クラスをここで割り当てる必要があるか、このプロパティを使用可能な派生クラスのいずれかにキャストする必要があります。 使用可能な派生クラスには、 と がSecureString含まれますAzureKeyVaultSecretReference

Tenant

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

適用対象