list Web App Site Push Settings Slot
suspend fun listWebAppSitePushSettingsSlot(argument: ListWebAppSitePushSettingsSlotPlainArgs): ListWebAppSitePushSettingsSlotResult
Gets the Push settings associated with web app. API Version: 2020-12-01.
Return
Push settings for the App.
Parameters
argument
null
suspend fun listWebAppSitePushSettingsSlot(name: String, resourceGroupName: String, slot: String): ListWebAppSitePushSettingsSlotResult
Return
Push settings for the App.
Parameters
name
Name of web app.
resource Group Name
Name of the resource group to which the resource belongs.
slot
Name of web app slot. If not specified then will default to production slot.
See also
suspend fun listWebAppSitePushSettingsSlot(argument: suspend ListWebAppSitePushSettingsSlotPlainArgsBuilder.() -> Unit): ListWebAppSitePushSettingsSlotResult
Return
Push settings for the App.
Parameters
argument
Builder for com.pulumi.azurenative.web.kotlin.inputs.ListWebAppSitePushSettingsSlotPlainArgs.