LinkedServiceAzureFunctionKeyVaultKeyArgs

data class LinkedServiceAzureFunctionKeyVaultKeyArgs(val linkedServiceName: Output<String>, val secretName: Output<String>) : ConvertibleToJava<LinkedServiceAzureFunctionKeyVaultKeyArgs>

Constructors

constructor(linkedServiceName: Output<String>, secretName: Output<String>)

Properties

Link copied to clipboard

Specifies the name of an existing Key Vault Data Factory Linked Service.

Link copied to clipboard
val secretName: Output<String>

Specifies the secret name in Azure Key Vault that stores the system key of the Azure Function.

Functions

Link copied to clipboard
open override fun toJava(): LinkedServiceAzureFunctionKeyVaultKeyArgs