![JAR search and dependency download from the Maven repository](/logo.png)
com.pulumi.azurenative.web.kotlin.WebAppPremierAddOnArgs.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pulumi-azure-native-kotlin Show documentation
Show all versions of pulumi-azure-native-kotlin Show documentation
Build cloud applications and infrastructure by combining the safety and reliability of infrastructure as code with the power of the Kotlin programming language.
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.azurenative.web.kotlin
import com.pulumi.azurenative.web.WebAppPremierAddOnArgs.builder
import com.pulumi.core.Output
import com.pulumi.core.Output.of
import com.pulumi.kotlin.ConvertibleToJava
import com.pulumi.kotlin.PulumiTagMarker
import kotlin.Pair
import kotlin.String
import kotlin.Suppress
import kotlin.collections.Map
import kotlin.jvm.JvmName
/**
* Premier add-on.
* Azure REST API version: 2022-09-01. Prior API version in Azure Native 1.x: 2020-12-01.
* Other available API versions: 2016-08-01, 2020-10-01, 2023-01-01, 2023-12-01.
* ## Import
* An existing resource can be imported using its type token, name, and identifier, e.g.
* ```sh
* $ pulumi import azure-native:web:WebAppPremierAddOn myresource1 /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/premieraddons/{premierAddOnName}
* ```
* @property kind Kind of resource.
* @property location Resource Location.
* @property marketplaceOffer Premier add on Marketplace offer.
* @property marketplacePublisher Premier add on Marketplace publisher.
* @property name Name of the app.
* @property premierAddOnName Add-on name.
* @property product Premier add on Product.
* @property resourceGroupName Name of the resource group to which the resource belongs.
* @property sku Premier add on SKU.
* @property tags Resource tags.
* @property vendor Premier add on Vendor.
*/
public data class WebAppPremierAddOnArgs(
public val kind: Output? = null,
public val location: Output? = null,
public val marketplaceOffer: Output? = null,
public val marketplacePublisher: Output? = null,
public val name: Output? = null,
public val premierAddOnName: Output? = null,
public val product: Output? = null,
public val resourceGroupName: Output? = null,
public val sku: Output? = null,
public val tags: Output
© 2015 - 2025 Weber Informatics LLC | Privacy Policy