Describes the details of a LoadBalancer.
Beispiel #1
0
 /// <summary>
 /// Sets the LoadBalancer property
 /// </summary>
 /// <param name="loadBalancer">The value to set for the LoadBalancer property </param>
 /// <returns>this instance</returns>
 public EnvironmentResourcesDescription WithLoadBalancer(LoadBalancerDescription loadBalancer)
 {
     this.loadBalancer = loadBalancer;
     return(this);
 }
 /// <summary>
 /// Sets the LoadBalancer property
 /// </summary>
 /// <param name="loadBalancer">The value to set for the LoadBalancer property </param>
 /// <returns>this instance</returns>
 public EnvironmentResourcesDescription WithLoadBalancer(LoadBalancerDescription loadBalancer)
 {
     this.loadBalancer = loadBalancer;
     return this;
 }