GetWebAppSlotPlainArgs

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

Constructors

Link copied to clipboard
fun GetWebAppSlotPlainArgs(name: String, resourceGroupName: String, slot: String)

Functions

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

Properties

Link copied to clipboard

Name of the app.

Link copied to clipboard

Name of the resource group to which the resource belongs.

Link copied to clipboard

Name of the deployment slot. By default, this API returns the production slot.