Class VirtualMachineScaleSetUpdateNetworkProfile

java.lang.Object
com.microsoft.azure.management.compute.VirtualMachineScaleSetUpdateNetworkProfile

public class VirtualMachineScaleSetUpdateNetworkProfile extends Object
Describes a virtual machine scale set network profile.
  • Constructor Details

    • VirtualMachineScaleSetUpdateNetworkProfile

      public VirtualMachineScaleSetUpdateNetworkProfile()
  • Method Details

    • healthProbe

      public ApiEntityReference 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

      public VirtualMachineScaleSetUpdateNetworkProfile 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. 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

      public List<VirtualMachineScaleSetUpdateNetworkConfiguration> 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.