Delen via


ICloningInfo.ConfigureLoadBalancing Property

Definition

true to configure load balancing for source and destination app.

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

Property Value

Attributes

Applies to