Azure File Storage Linked Service Args
data class AzureFileStorageLinkedServiceArgs(val accountKey: Output<AzureKeyVaultSecretReferenceArgs>? = null, val annotations: Output<List<Any>>? = null, val connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, val connectionString: Output<Any>? = null, val description: Output<String>? = null, val encryptedCredential: Output<String>? = null, val fileShare: Output<Any>? = null, val host: Output<Any>? = null, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val password: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, val sasToken: Output<AzureKeyVaultSecretReferenceArgs>? = null, val sasUri: Output<Any>? = null, val snapshot: Output<Any>? = null, val type: Output<String>, val userId: Output<Any>? = null) : ConvertibleToJava<AzureFileStorageLinkedServiceArgs>
Azure File Storage linked service.
Constructors
Link copied to clipboard
fun AzureFileStorageLinkedServiceArgs(accountKey: Output<AzureKeyVaultSecretReferenceArgs>? = null, annotations: Output<List<Any>>? = null, connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, connectionString: Output<Any>? = null, description: Output<String>? = null, encryptedCredential: Output<String>? = null, fileShare: Output<Any>? = null, host: Output<Any>? = null, parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, password: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, sasToken: Output<AzureKeyVaultSecretReferenceArgs>? = null, sasUri: Output<Any>? = null, snapshot: Output<Any>? = null, type: Output<String>, userId: Output<Any>? = null)