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 |
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?: ApiEntityReference
Property Value
networkInterfaceConfigurations
The list of network configurations.
networkInterfaceConfigurations?: VirtualMachineScaleSetNetworkConfiguration[]