WebAppSiteExtensionSlotArgs

data class WebAppSiteExtensionSlotArgs(val name: Output<String>? = null, val resourceGroupName: Output<String>? = null, val siteExtensionId: Output<String>? = null, val slot: Output<String>? = null) : ConvertibleToJava<WebAppSiteExtensionSlotArgs>

Site Extension Information. 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:WebAppSiteExtensionSlot myresource1 /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/siteextensions/{siteExtensionId}

Constructors

Link copied to clipboard
constructor(name: Output<String>? = null, resourceGroupName: Output<String>? = null, siteExtensionId: Output<String>? = null, slot: Output<String>? = null)

Properties

Link copied to clipboard
val name: Output<String>? = null

Site name.

Link copied to clipboard
val resourceGroupName: Output<String>? = null

Name of the resource group to which the resource belongs.

Link copied to clipboard
val siteExtensionId: Output<String>? = null

Site extension name.

Link copied to clipboard
val slot: Output<String>? = null

Name of the deployment slot. If a slot is not specified, the API uses the production slot.

Functions

Link copied to clipboard
open override fun toJava(): WebAppSiteExtensionSlotArgs