GetFunctionAppConnectionString

data class GetFunctionAppConnectionString(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 of the Function App resource.

Link copied to clipboard

The identity type of the Managed Identity assigned to the Function App.

Link copied to clipboard

The value for the Connection String.