get Web App Swift Virtual Network Connection Slot
suspend fun getWebAppSwiftVirtualNetworkConnectionSlot(argument: GetWebAppSwiftVirtualNetworkConnectionSlotPlainArgs): GetWebAppSwiftVirtualNetworkConnectionSlotResult
Gets a Swift Virtual Network connection. API Version: 2020-10-01.
Return
Swift Virtual Network Contract. This is used to enable the new Swift way of doing virtual network integration.
Parameters
argument
null
suspend fun getWebAppSwiftVirtualNetworkConnectionSlot(name: String, resourceGroupName: String, slot: String): GetWebAppSwiftVirtualNetworkConnectionSlotResult
Return
Swift Virtual Network Contract. This is used to enable the new Swift way of doing virtual network integration.
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 a gateway for the production slot's Virtual Network.
See also
suspend fun getWebAppSwiftVirtualNetworkConnectionSlot(argument: suspend GetWebAppSwiftVirtualNetworkConnectionSlotPlainArgsBuilder.() -> Unit): GetWebAppSwiftVirtualNetworkConnectionSlotResult
Return
Swift Virtual Network Contract. This is used to enable the new Swift way of doing virtual network integration.
Parameters
argument
Builder for com.pulumi.azurenative.web.kotlin.inputs.GetWebAppSwiftVirtualNetworkConnectionSlotPlainArgs.