GetLinuxFunctionAppConnectionString

data class GetLinuxFunctionAppConnectionString(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 Linux Function App.

Link copied to clipboard

The type of Managed Service Identity that is configured on this Linux Function App.

Link copied to clipboard

The connection string value.