get Web App Vnet Connection Slot
suspend fun getWebAppVnetConnectionSlot(argument: GetWebAppVnetConnectionSlotPlainArgs): GetWebAppVnetConnectionSlotResult
Description for Gets a virtual network the app (or deployment slot) is connected to by name. Uses Azure REST API version 2022-09-01. Other available API versions: 2020-10-01, 2023-01-01, 2023-12-01, 2024-04-01.
Return
Virtual Network information ARM resource.
Parameters
argument
null
suspend fun getWebAppVnetConnectionSlot(name: String, resourceGroupName: String, slot: String, vnetName: String): GetWebAppVnetConnectionSlotResult
Return
Virtual Network information ARM resource.
Parameters
name
Name of the app.
resource Group Name
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.
vnet Name
Name of the virtual network.
See also
suspend fun getWebAppVnetConnectionSlot(argument: suspend GetWebAppVnetConnectionSlotPlainArgsBuilder.() -> Unit): GetWebAppVnetConnectionSlotResult
Return
Virtual Network information ARM resource.
Parameters
argument
Builder for com.pulumi.azurenative.web.kotlin.inputs.GetWebAppVnetConnectionSlotPlainArgs.