VirtualNetworkProfileResponse

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

Specification for using a Virtual Network.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

Resource id of the Virtual Network.

Link copied to clipboard

Name of the Virtual Network (read-only).

Link copied to clipboard
val subnet: String? = null

Subnet within the Virtual Network.

Link copied to clipboard

Resource type of the Virtual Network (read-only).