NetworkProfileResponse

data class NetworkProfileResponse(val circuitId: String? = null, val networkInterfaces: List<IpAddressResponse>? = null)

Specifies the network settings for the Azure Large Instance disks.

Constructors

Link copied to clipboard
constructor(circuitId: String? = null, networkInterfaces: List<IpAddressResponse>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val circuitId: String? = null

Specifies the circuit id for connecting to express route.

Link copied to clipboard

Specifies the network interfaces for the Azure Large Instance.