Azure Postgre Sql Linked Service Response
data class AzurePostgreSqlLinkedServiceResponse(val annotations: List<Any>? = null, val connectVia: IntegrationRuntimeReferenceResponse? = null, val connectionString: Any? = null, val description: String? = null, val encryptedCredential: String? = null, val parameters: Map<String, ParameterSpecificationResponse>? = null, val password: AzureKeyVaultSecretReferenceResponse? = null, val type: String)
Azure PostgreSQL linked service.
Constructors
Link copied to clipboard
fun AzurePostgreSqlLinkedServiceResponse(annotations: List<Any>? = null, connectVia: IntegrationRuntimeReferenceResponse? = null, connectionString: Any? = null, description: String? = null, encryptedCredential: String? = null, parameters: Map<String, ParameterSpecificationResponse>? = null, password: AzureKeyVaultSecretReferenceResponse? = null, type: String)