get Web App Vnet Connection
suspend fun getWebAppVnetConnection(argument: GetWebAppVnetConnectionPlainArgs): GetWebAppVnetConnectionResult
Gets a virtual network the app (or deployment slot) is connected to by name. API Version: 2020-12-01.
Return
Virtual Network information contract.
Parameters
argument
null
suspend fun getWebAppVnetConnection(name: String, resourceGroupName: String, vnetName: String): GetWebAppVnetConnectionResult
Return
Virtual Network information contract.
Parameters
name
Name of the app.
resource Group Name
Name of the resource group to which the resource belongs.
vnet Name
Name of the virtual network.
See also
suspend fun getWebAppVnetConnection(argument: suspend GetWebAppVnetConnectionPlainArgsBuilder.() -> Unit): GetWebAppVnetConnectionResult
Return
Virtual Network information contract.
Parameters
argument
Builder for com.pulumi.azurenative.web.kotlin.inputs.GetWebAppVnetConnectionPlainArgs.