LinuxFunctionAppConnectionString

data class LinuxFunctionAppConnectionString(val name: String, val type: String, val value: String)

Constructors

Link copied to clipboard
constructor(name: String, type: String, value: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name which should be used for this Connection.

Link copied to clipboard

Type of database. Possible values include: MySQL, SQLServer, SQLAzure, Custom, NotificationHub, ServiceBus, EventHub, APIHub, DocDb, RedisCache, and PostgreSQL.

Link copied to clipboard

The connection string value.