Class VirtualMachineScaleSetUpdateNetworkProfile
java.lang.Object
com.microsoft.azure.management.compute.VirtualMachineScaleSetUpdateNetworkProfile
Describes a virtual machine scale set network profile.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet a reference to a load balancer probe used to determine the health of an instance in the virtual machine scale set.Get the list of network configurations.withHealthProbe
(ApiEntityReference healthProbe) Set a reference to a load balancer probe used to determine the health of an instance in the virtual machine scale set.withNetworkInterfaceConfigurations
(List<VirtualMachineScaleSetUpdateNetworkConfiguration> networkInterfaceConfigurations) Set the list of network configurations.
-
Constructor Details
-
VirtualMachineScaleSetUpdateNetworkProfile
public VirtualMachineScaleSetUpdateNetworkProfile()
-
-
Method Details
-
healthProbe
Get 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}'.- Returns:
- the healthProbe value
-
withHealthProbe
Set 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}'.- Parameters:
healthProbe
- the healthProbe value to set- Returns:
- the VirtualMachineScaleSetUpdateNetworkProfile object itself.
-
networkInterfaceConfigurations
Get the list of network configurations.- Returns:
- the networkInterfaceConfigurations value
-
withNetworkInterfaceConfigurations
public VirtualMachineScaleSetUpdateNetworkProfile withNetworkInterfaceConfigurations(List<VirtualMachineScaleSetUpdateNetworkConfiguration> networkInterfaceConfigurations) Set the list of network configurations.- Parameters:
networkInterfaceConfigurations
- the networkInterfaceConfigurations value to set- Returns:
- the VirtualMachineScaleSetUpdateNetworkProfile object itself.
-