Web App Slot Configuration Names Args
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
Content copied to clipboard