Azure Maria DBLinked Service Response
data class AzureMariaDBLinkedServiceResponse(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 pwd: AzureKeyVaultSecretReferenceResponse? = null, val type: String)
Azure Database for MariaDB linked service.
Constructors
Link copied to clipboard
fun AzureMariaDBLinkedServiceResponse(annotations: List<Any>? = null, connectVia: IntegrationRuntimeReferenceResponse? = null, connectionString: Any? = null, description: String? = null, encryptedCredential: String? = null, parameters: Map<String, ParameterSpecificationResponse>? = null, pwd: AzureKeyVaultSecretReferenceResponse? = null, type: String)