GetWebAppVnetConnectionPlainArgs

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

Constructors

Link copied to clipboard
constructor(name: String, resourceGroupName: 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 virtual network.

Functions

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