VirtualMachineUpdateLoadBalancedSetParameters.LoadBalancedEndpoints Property
Gets a collection of InputEndpoint objects that define the load-balanced input endpoints to update.
Assembly: Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)
public IList<VirtualMachineUpdateLoadBalancedSetParameters.InputEndpoint> LoadBalancedEndpoints { get; set; }
Property Value
Type: System.Collections.Generic.IList<VirtualMachineUpdateLoadBalancedSetParameters.InputEndpoint>A collection of InputEndpoint objects.
Show: