Class VirtualMachineScaleSetNetworkProfile
java.lang.Object
com.microsoft.azure.management.compute.VirtualMachineScaleSetNetworkProfile
Describes a virtual machine scale set network profile.
-
Constructor Summary
Constructors -
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<VirtualMachineScaleSetNetworkConfiguration> networkInterfaceConfigurations) Set the list of network configurations.
-
Constructor Details
-
VirtualMachineScaleSetNetworkProfile
public VirtualMachineScaleSetNetworkProfile()
-
-
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 VirtualMachineScaleSetNetworkProfile object itself.
-
networkInterfaceConfigurations
Get the list of network configurations.- Returns:
- the networkInterfaceConfigurations value
-
withNetworkInterfaceConfigurations
public VirtualMachineScaleSetNetworkProfile withNetworkInterfaceConfigurations(List<VirtualMachineScaleSetNetworkConfiguration> networkInterfaceConfigurations) Set the list of network configurations.- Parameters:
networkInterfaceConfigurations
- the networkInterfaceConfigurations value to set- Returns:
- the VirtualMachineScaleSetNetworkProfile object itself.
-