VirtualMachineScaleSetNetworkProfile Class
Describes a virtual machine scale set network profile.
- Inheritance
-
VirtualMachineScaleSetNetworkProfile
Constructor
VirtualMachineScaleSetNetworkProfile(*, health_probe: Optional[azure.mgmt.compute.v2019_07_01.models._models_py3.ApiEntityReference] = None, network_interface_configurations: Optional[List[azure.mgmt.compute.v2019_07_01.models._models_py3.VirtualMachineScaleSetNetworkConfiguration]] = None, **kwargs)
Parameters
- health_probe
- ApiEntityReference
Required
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_interface_configurations
- list[VirtualMachineScaleSetNetworkConfiguration]
Required
The list of network configurations.
Feedback
Submit and view feedback for