list Web App Site Push Settings
suspend fun listWebAppSitePushSettings(argument: ListWebAppSitePushSettingsPlainArgs): ListWebAppSitePushSettingsResult
Description for Gets the Push settings associated with web app. Azure REST API version: 2022-09-01. Other available API versions: 2020-10-01.
Return
Push settings for the App.
Parameters
argument
null
suspend fun listWebAppSitePushSettings(name: String, resourceGroupName: String): ListWebAppSitePushSettingsResult
Return
Push settings for the App.
See also
Parameters
name
Name of web app.
resource Group Name
Name of the resource group to which the resource belongs.
suspend fun listWebAppSitePushSettings(argument: suspend ListWebAppSitePushSettingsPlainArgsBuilder.() -> Unit): ListWebAppSitePushSettingsResult
Return
Push settings for the App.
See also
Parameters
argument
Builder for com.pulumi.azurenative.web.kotlin.inputs.ListWebAppSitePushSettingsPlainArgs.