AzureFileStorageLinkedServiceResponse

data class AzureFileStorageLinkedServiceResponse(val accountKey: AzureKeyVaultSecretReferenceResponse? = null, val annotations: List<Any>? = null, val connectVia: IntegrationRuntimeReferenceResponse? = null, val connectionString: Any? = null, val description: String? = null, val encryptedCredential: String? = null, val fileShare: Any? = null, val host: Any? = null, val parameters: Map<String, ParameterSpecificationResponse>? = null, val password: Either<AzureKeyVaultSecretReferenceResponse, SecureStringResponse>? = null, val sasToken: AzureKeyVaultSecretReferenceResponse? = null, val sasUri: Any? = null, val snapshot: Any? = null, val type: String, val userId: Any? = null)

Azure File Storage linked service.

Constructors

Link copied to clipboard
constructor(accountKey: AzureKeyVaultSecretReferenceResponse? = null, annotations: List<Any>? = null, connectVia: IntegrationRuntimeReferenceResponse? = null, connectionString: Any? = null, description: String? = null, encryptedCredential: String? = null, fileShare: Any? = null, host: Any? = null, parameters: Map<String, ParameterSpecificationResponse>? = null, password: Either<AzureKeyVaultSecretReferenceResponse, SecureStringResponse>? = null, sasToken: AzureKeyVaultSecretReferenceResponse? = null, sasUri: Any? = null, snapshot: Any? = null, type: String, userId: Any? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard
val annotations: List<Any>? = null

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

Link copied to clipboard
val connectionString: Any? = null

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

Link copied to clipboard

The integration runtime reference.

Link copied to clipboard
val description: String? = null

Linked service description.

Link copied to clipboard

The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.

Link copied to clipboard
val fileShare: Any? = null

The azure file share name. It is required when auth with accountKey/sasToken. Type: string (or Expression with resultType string).

Link copied to clipboard
val host: Any? = null

Host name of the server. Type: string (or Expression with resultType string).

Link copied to clipboard

Parameters for linked service.

Link copied to clipboard

Password to logon the server.

Link copied to clipboard

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

Link copied to clipboard
val sasUri: Any? = null

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

Link copied to clipboard
val snapshot: Any? = null

The azure file share snapshot version. Type: string (or Expression with resultType string).

Link copied to clipboard

Type of linked service. Expected value is 'AzureFileStorage'.

Link copied to clipboard
val userId: Any? = null

User ID to logon the server. Type: string (or Expression with resultType string).