VirtualNetworkConfigResponse

data class VirtualNetworkConfigResponse(val proxyVmSize: String? = null, val subnetId: String? = null)

Virtual Network configuration.

Constructors

Link copied to clipboard
constructor(proxyVmSize: String? = null, subnetId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val proxyVmSize: String? = null

Size of the proxy virtual machine used to pass traffic to the build VM and validation VM. Omit or specify empty string to use the default (Standard_A1_v2).

Link copied to clipboard
val subnetId: String? = null

Resource id of a pre-existing subnet.