DeploymentGetResponse.LoadBalancers Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Optional. Optional. A list of internal load balancers that each provide load balancing on a private VIP. It's created when a name is assigned in the list here.
public System.Collections.Generic.IList<Microsoft.WindowsAzure.Management.Compute.Models.LoadBalancer> LoadBalancers { get; set; }
member this.LoadBalancers : System.Collections.Generic.IList<Microsoft.WindowsAzure.Management.Compute.Models.LoadBalancer> with get, set
Public Property LoadBalancers As IList(Of LoadBalancer)