list Web App Site Push Settings
suspend fun listWebAppSitePushSettings(argument: ListWebAppSitePushSettingsPlainArgs): ListWebAppSitePushSettingsResult
Gets the Push settings associated with web app. API Version: 2020-12-01.
Return
Push settings for the App.
Parameters
argument
null
suspend fun listWebAppSitePushSettings(name: String, resourceGroupName: String): ListWebAppSitePushSettingsResult
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.
See also
suspend fun listWebAppSitePushSettings(argument: suspend ListWebAppSitePushSettingsPlainArgsBuilder.() -> Unit): ListWebAppSitePushSettingsResult
Return
Push settings for the App.
Parameters
argument
Builder for com.pulumi.azurenative.web.kotlin.inputs.ListWebAppSitePushSettingsPlainArgs.