ICloningInfo.ConfigureLoadBalancing Property

Definition

true to configure load balancing for source and destination app.

[Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Create=true, Description="<code>true</code> to configure load balancing for source and destination app.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=false, Required=false, SerializedName="configureLoadBalancing", Update=true)]
public bool? ConfigureLoadBalancing { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Create=true, Description="<code>true</code> to configure load balancing for source and destination app.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=false, Required=false, SerializedName="configureLoadBalancing", Update=true)>]
member this.ConfigureLoadBalancing : Nullable<bool> with get, set
Public Property ConfigureLoadBalancing As Nullable(Of Boolean)

Property Value

Attributes

Applies to