getWebAppVnetConnectionSlot

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 getWebAppVnetConnectionSlot(name: String, resourceGroupName: String, slot: String, vnetName: String): GetWebAppVnetConnectionSlotResult

Return

Virtual Network information contract.

Parameters

name

Name of the app.

resourceGroupName

Name of the resource group to which the resource belongs.

slot

Name of the deployment slot. If a slot is not specified, the API will get the named virtual network for the production slot.

vnetName

Name of the virtual network.

See also


Return

Virtual Network information contract.

Parameters

argument

Builder for com.pulumi.azurenative.web.kotlin.inputs.GetWebAppVnetConnectionSlotPlainArgs.

See also