Get Web App Swift Virtual Network Connection Result
data class GetWebAppSwiftVirtualNetworkConnectionResult(val azureApiVersion: String, val id: String, val kind: String? = null, val name: String, val subnetResourceId: String? = null, val swiftSupported: Boolean? = null, val type: String)
Swift Virtual Network Contract. This is used to enable the new Swift way of doing virtual network integration.
Constructors
Properties
Link copied to clipboard
The Azure API version of the resource.
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.