WindowsWebAppSlotConnectionString

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

Constructors

Link copied to clipboard

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the connection String.

Link copied to clipboard

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

Link copied to clipboard

The connection string value.