VirtualNetworkPropertiesResponse

data class VirtualNetworkPropertiesResponse(val id: String? = null, val subnet: SubnetPropertiesResponse? = null)

Settings concerning the virtual network.

Constructors

Link copied to clipboard
constructor(id: String? = null, subnet: SubnetPropertiesResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String? = null

Uri of the virtual network.

Link copied to clipboard

Properties of a subnet.