Web App Site Push Settings Args
data class WebAppSitePushSettingsArgs(val dynamicTagsJson: Output<String>? = null, val isPushEnabled: Output<Boolean>? = null, val kind: Output<String>? = null, val name: Output<String>? = null, val resourceGroupName: Output<String>? = null, val tagWhitelistJson: Output<String>? = null, val tagsRequiringAuth: Output<String>? = null) : ConvertibleToJava<WebAppSitePushSettingsArgs>
Push settings for the App. Azure REST API version: 2022-09-01. Prior API version in Azure Native 1.x: 2020-12-01. Other available API versions: 2020-10-01.
Import
An existing resource can be imported using its type token, name, and identifier, e.g.
$ pulumi import azure-native:web:WebAppSitePushSettings myresource1 /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/config/pushsettings
Content copied to clipboard