WebAppConnectionStringsArgs

data class WebAppConnectionStringsArgs(val kind: Output<String>? = null, val name: Output<String>? = null, val properties: Output<Map<String, ConnStringValueTypePairArgs>>? = null, val resourceGroupName: Output<String>? = null) : ConvertibleToJava<WebAppConnectionStringsArgs>

String dictionary resource. API Version: 2020-12-01.

Import

An existing resource can be imported using its type token, name, and identifier, e.g.

$ pulumi import azure-native:web:WebAppConnectionStrings myresource1 /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/config/connectionstrings

Constructors

Link copied to clipboard
constructor(kind: Output<String>? = null, name: Output<String>? = null, properties: Output<Map<String, ConnStringValueTypePairArgs>>? = null, resourceGroupName: Output<String>? = null)

Properties

Link copied to clipboard
val kind: Output<String>? = null

Kind of resource.

Link copied to clipboard
val name: Output<String>? = null

Name of the app.

Link copied to clipboard

Connection strings.

Link copied to clipboard
val resourceGroupName: Output<String>? = null

Name of the resource group to which the resource belongs.

Functions

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