Aracılığıyla paylaş


AzureStorageLinkedService Class

Definition

The storage account linked service.

[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
Inheritance
AzureStorageLinkedService
Attributes

Constructors

AzureStorageLinkedService()

Initializes a new instance of AzureStorageLinkedService.

Properties

AccountKey

The Azure key vault secret reference of accountKey in connection string.

AdditionalProperties

Additional Properties.

(Inherited from LinkedService)
Annotations

List of tags that can be used for describing the linked service.

(Inherited from LinkedService)
ConnectionString

The connection string. It is mutually exclusive with sasUri property. Type: string, SecureString or AzureKeyVaultSecretReference.

ConnectVia

The integration runtime reference.

(Inherited from LinkedService)
Description

Linked service description.

(Inherited from LinkedService)
EncryptedCredential

The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string).

Parameters

Parameters for linked service.

(Inherited from LinkedService)
SasToken

The Azure key vault secret reference of sasToken in sas uri.

SasUri

SAS URI of the Azure Storage resource. It is mutually exclusive with connectionString property. Type: string, SecureString or AzureKeyVaultSecretReference.

Applies to