VirtualNetworkConfig interface
Virtual Network configuration.
Properties
container |
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 |
proxy |
Size of the proxy virtual machine used to pass traffic to the build VM and validation VM. This must not be specified if |
subnet |
Resource id of a pre-existing subnet on which the build VM and validation VM will be deployed |
Property Details
containerInstanceSubnetId
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
.
containerInstanceSubnetId?: string
Property Value
string
proxyVmSize
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).
proxyVmSize?: string
Property Value
string
subnetId
Resource id of a pre-existing subnet on which the build VM and validation VM will be deployed
subnetId?: string
Property Value
string