GetWebAppSwiftVirtualNetworkConnectionResult

data class GetWebAppSwiftVirtualNetworkConnectionResult(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

constructor(id: String, kind: String? = null, name: String, subnetResourceId: String? = null, swiftSupported: Boolean? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

Resource Id.

Link copied to clipboard
val kind: String? = null

Kind of resource.

Link copied to clipboard

Resource Name.

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
val swiftSupported: Boolean? = null

A flag that specifies if the scale unit this Web App is on supports Swift integration.

Link copied to clipboard

Resource type.