GetLinuxWebAppConnectionString

data class GetLinuxWebAppConnectionString(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 this Linux Web App.

Link copied to clipboard

The Azure Storage Type.

Link copied to clipboard

The Connection String value.