SubnetOverride interface 
Property overrides on a subnet of a virtual network.
Properties
| lab | The name given to the subnet within the lab. | 
| resource | The resource ID of the subnet. | 
| shared | Properties that virtual machines on this subnet will share. | 
| use | Indicates whether this subnet can be used during virtual machine creation (i.e. Allow, Deny). | 
| use | Indicates whether public IP addresses can be assigned to virtual machines on this subnet (i.e. Allow, Deny). | 
| virtual | The virtual network pool associated with this subnet. | 
Property Details
		labSubnetName
	  
	The name given to the subnet within the lab.
labSubnetName?: stringProperty Value
string
		resourceId
	 
	The resource ID of the subnet.
resourceId?: stringProperty Value
string
		sharedPublicIpAddressConfiguration
	   
	Properties that virtual machines on this subnet will share.
sharedPublicIpAddressConfiguration?: SubnetSharedPublicIpAddressConfigurationProperty Value
		useInVmCreationPermission
	   
	Indicates whether this subnet can be used during virtual machine creation (i.e. Allow, Deny).
useInVmCreationPermission?: stringProperty Value
string
		usePublicIpAddressPermission
	   
	Indicates whether public IP addresses can be assigned to virtual machines on this subnet (i.e. Allow, Deny).
usePublicIpAddressPermission?: stringProperty Value
string
		virtualNetworkPoolName
	   
	The virtual network pool associated with this subnet.
virtualNetworkPoolName?: stringProperty Value
string