Azure Function Linked Service Args
constructor(annotations: Output<List<Any>>? = null, authentication: Output<Any>? = null, connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, credential: Output<CredentialReferenceArgs>? = null, description: Output<String>? = null, encryptedCredential: Output<String>? = null, functionAppUrl: Output<Any>, functionKey: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, resourceId: Output<Any>? = null, type: Output<String>)