LinkedServiceAzureFunctionKeyVaultKeyArgs

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

Constructors

fun LinkedServiceAzureFunctionKeyVaultKeyArgs(linkedServiceName: Output<String>, secretName: Output<String>)

Functions

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

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.