ExternalSubnetResponse

data class ExternalSubnetResponse(val id: String? = null, val name: String? = null)

Subnet information as returned by the Microsoft.Network API.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String? = null

Gets or sets the identifier.

Link copied to clipboard
val name: String? = null

Gets or sets the name.