Web App Swift Virtual Network Connection Args
data class WebAppSwiftVirtualNetworkConnectionArgs(val kind: Output<String>? = null, val name: Output<String>? = null, val resourceGroupName: Output<String>? = null, val subnetResourceId: Output<String>? = null, val swiftSupported: Output<Boolean>? = null) : ConvertibleToJava<WebAppSwiftVirtualNetworkConnectionArgs>
Swift Virtual Network Contract. This is used to enable the new Swift way of doing virtual network integration. API Version: 2020-10-01.
Import
An existing resource can be imported using its type token, name, and identifier, e.g.
$ pulumi import azure-native:web:WebAppSwiftVirtualNetworkConnection myresource1 /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/networkConfig/virtualNetwork
Content copied to clipboard
Constructors
Properties
Link copied to clipboard
Name of the resource group to which the resource belongs.
Link copied to clipboard
The Virtual Network subnet's resource ID. This is the subnet that this Web App will join. This subnet must have a delegation to Microsoft.Web/serverFarms defined first.
Link copied to clipboard
A flag that specifies if the scale unit this Web App is on supports Swift integration.