VirtualNetworkConfigResponse

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

Virtual Network configuration.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Resource id of a pre-existing subnet on which Azure Container Instance will be deployed for Isolated Builds. This field may be specified only if subnetId is also specified and must be on the same Virtual Network as the subnet specified in subnetId.

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. This must not be specified if containerInstanceSubnetId is specified because no proxy virtual machine is deployed in that case. 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 on which the build VM and validation VM will be deployed