VirtualMachineScaleSetNetworkProfile interface     
Describes a virtual machine scale set network profile.
Properties
| health | A reference to a load balancer probe used to determine the health of an instance in the virtual machine scale set. The reference will be in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/loadBalancers/{loadBalancerName}/probes/{probeName}'. | 
| network | specifies the Microsoft.Network API version used when creating networking resources in the Network Interface Configurations for Virtual Machine Scale Set with orchestration mode 'Flexible' | 
| network | The list of network configurations. | 
Property Details
		healthProbe
	 
	A reference to a load balancer probe used to determine the health of an instance in the virtual machine scale set. The reference will be in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/loadBalancers/{loadBalancerName}/probes/{probeName}'.
healthProbe?: ApiEntityReferenceProperty Value
		networkApiVersion
	  
	specifies the Microsoft.Network API version used when creating networking resources in the Network Interface Configurations for Virtual Machine Scale Set with orchestration mode 'Flexible'
networkApiVersion?: stringProperty Value
string
		networkInterfaceConfigurations
	  
	The list of network configurations.
networkInterfaceConfigurations?: VirtualMachineScaleSetNetworkConfiguration[]