GetWebAppSiteExtensionSlotPlainArgs

data class GetWebAppSiteExtensionSlotPlainArgs(val name: String, val resourceGroupName: String, val siteExtensionId: String, val slot: String) : ConvertibleToJava<GetWebAppSiteExtensionSlotPlainArgs>

Constructors

Link copied to clipboard
constructor(name: String, resourceGroupName: String, siteExtensionId: String, slot: String)

Properties

Link copied to clipboard

Site name.

Link copied to clipboard

Name of the resource group to which the resource belongs.

Link copied to clipboard

Site extension name.

Link copied to clipboard

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(): GetWebAppSiteExtensionSlotPlainArgs