toggle menu
pulumi-azure-kotlin
6.23.0.0
jvm
switch theme
search in API
pulumi-azure-kotlin
/
com.pulumi.azure.appservice.kotlin.outputs
/
GetLinuxWebAppConnectionString
Get
Linux
Web
App
Connection
String
data
class
GetLinuxWebAppConnectionString
(
val
name
:
String
,
val
type
:
String
,
val
value
:
String
)
Members
Constructors
Get
Linux
Web
App
Connection
String
Link copied to clipboard
constructor
(
name
:
String
,
type
:
String
,
value
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
name
Link copied to clipboard
val
name
:
String
The name of this Linux Web App.
type
Link copied to clipboard
val
type
:
String
The Azure Storage Type.
value
Link copied to clipboard
val
value
:
String
The Connection String value.