Virtual Network Config Args
data class VirtualNetworkConfigArgs(val containerInstanceSubnetId: Output<String>? = null, val proxyVmSize: Output<String>? = null, val subnetId: Output<String>? = null) : ConvertibleToJava<VirtualNetworkConfigArgs>
Virtual Network configuration.
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
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).