GetWebAppVnetConnectionSlotPlainArgs

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

Constructors

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

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. If a slot is not specified, the API will get the named virtual network for the production slot.

Link copied to clipboard

Name of the virtual network.

Functions

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