Get Web App Vnet Connection Result
data class GetWebAppVnetConnectionResult(val certBlob: String? = null, val certThumbprint: String, val dnsServers: String? = null, val id: String, val isSwift: Boolean? = null, val kind: String? = null, val name: String, val resyncRequired: Boolean, val routes: List<VnetRouteResponse>, val type: String, val vnetResourceId: String? = null)
Virtual Network information ARM resource.
Properties
Link copied to clipboard
The client certificate thumbprint.
Link copied to clipboard
DNS servers to be used by this Virtual Network. This should be a comma-separated list of IP addresses.
Link copied to clipboard
true
if a resync is required; otherwise, false
.
Link copied to clipboard
The routes that this Virtual Network connection uses.
Link copied to clipboard
The Virtual Network's resource ID.