WindowsFunctionAppConnectionStringArgs

data class WindowsFunctionAppConnectionStringArgs(val name: Output<String>, val type: Output<String>, val value: Output<String>) : ConvertibleToJava<WindowsFunctionAppConnectionStringArgs>

Constructors

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

Properties

Link copied to clipboard
val name: Output<String>

The name which should be used for this Connection.

Link copied to clipboard
val type: Output<String>

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

Link copied to clipboard
val value: Output<String>

The connection string value.

Functions

Link copied to clipboard
open override fun toJava(): WindowsFunctionAppConnectionStringArgs