get Web App Slot Configuration Names
suspend fun getWebAppSlotConfigurationNames(argument: GetWebAppSlotConfigurationNamesPlainArgs): GetWebAppSlotConfigurationNamesResult
Gets the names of app settings and connection strings that stick to the slot (not swapped). API Version: 2020-12-01.
Return
Slot Config names azure resource.
Parameters
argument
null
suspend fun getWebAppSlotConfigurationNames(name: String, resourceGroupName: String): GetWebAppSlotConfigurationNamesResult
Return
Slot Config names azure resource.
See also
Parameters
name
Name of the app.
resource Group Name
Name of the resource group to which the resource belongs.
suspend fun getWebAppSlotConfigurationNames(argument: suspend GetWebAppSlotConfigurationNamesPlainArgsBuilder.() -> Unit): GetWebAppSlotConfigurationNamesResult
Return
Slot Config names azure resource.
See also
Parameters
argument
Builder for com.pulumi.azurenative.web.kotlin.inputs.GetWebAppSlotConfigurationNamesPlainArgs.