Web App Site Push Settings Slot Args
data class WebAppSitePushSettingsSlotArgs(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 slot: Output<String>? = null, val tagWhitelistJson: Output<String>? = null, val tagsRequiringAuth: Output<String>? = null) : ConvertibleToJava<WebAppSitePushSettingsSlotArgs>
Push settings for the App. API Version: 2020-12-01.
Import
An existing resource can be imported using its type token, name, and identifier, e.g.
$ pulumi import azure-native:web:WebAppSitePushSettingsSlot myresource1 /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/config/pushsettings
Content copied to clipboard
Constructors
Link copied to clipboard
fun WebAppSitePushSettingsSlotArgs(dynamicTagsJson: Output<String>? = null, isPushEnabled: Output<Boolean>? = null, kind: Output<String>? = null, name: Output<String>? = null, resourceGroupName: Output<String>? = null, slot: Output<String>? = null, tagWhitelistJson: Output<String>? = null, tagsRequiringAuth: Output<String>? = null)