ContainerGroupSubnetIdResponse

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

Container group subnet information.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

Resource ID of virtual network and subnet.

Link copied to clipboard
val name: String? = null

Friendly name for the subnet.