Class VirtualMachineScaleSetNetworkProfile

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

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

    • VirtualMachineScaleSetNetworkProfile

      public VirtualMachineScaleSetNetworkProfile()
  • 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 VirtualMachineScaleSetNetworkProfile 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 VirtualMachineScaleSetNetworkProfile object itself.
    • networkInterfaceConfigurations

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