WebAppSlotConfigurationNamesArgs

data class WebAppSlotConfigurationNamesArgs(val appSettingNames: Output<List<String>>? = null, val azureStorageConfigNames: Output<List<String>>? = null, val connectionStringNames: Output<List<String>>? = null, val kind: Output<String>? = null, val name: Output<String>? = null, val resourceGroupName: Output<String>? = null) : ConvertibleToJava<WebAppSlotConfigurationNamesArgs>

Slot Config names azure 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:WebAppSlotConfigurationNames myresource1 /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/config/slotConfigNames

Constructors

Link copied to clipboard
constructor(appSettingNames: Output<List<String>>? = null, azureStorageConfigNames: Output<List<String>>? = null, connectionStringNames: Output<List<String>>? = null, kind: Output<String>? = null, name: Output<String>? = null, resourceGroupName: Output<String>? = null)

Properties

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

List of application settings names.

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

List of external Azure storage account identifiers.

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

List of connection string names.

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
val resourceGroupName: Output<String>? = null

Name of the resource group to which the resource belongs.

Functions

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