VirtualNetworkProfileResponse

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

The virtual network properties.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String? = null

The ID of the virtual network.

Link copied to clipboard
val subnet: String? = null

The name of the subnet.