GetWebAppInstanceFunctionSlotPlainArgs

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

Constructors

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

Properties

Link copied to clipboard

Function name.

Link copied to clipboard

Site name.

Link copied to clipboard

Name of the resource group to which the resource belongs.

Link copied to clipboard

Name of the deployment slot.

Functions

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