NewAzWebAppConfiguration_CreateExpanded.LoadBalancing Property

Definition

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Category(new Microsoft.Azure.PowerShell.Cmdlets.Functions.ParameterCategory[] { Microsoft.Azure.PowerShell.Cmdlets.Functions.ParameterCategory.Body })]
[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Site load balancing.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SiteLoadBalancing) }, ReadOnly=false, Required=false, SerializedName="loadBalancing")]
[System.Management.Automation.ArgumentCompleter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SiteLoadBalancing))]
[System.Management.Automation.Parameter(HelpMessage="Site load balancing.", Mandatory=false)]
public Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SiteLoadBalancing LoadBalancing { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Category(new Microsoft.Azure.PowerShell.Cmdlets.Functions.ParameterCategory[] { Microsoft.Azure.PowerShell.Cmdlets.Functions.ParameterCategory.Body })>]
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Site load balancing.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SiteLoadBalancing) }, ReadOnly=false, Required=false, SerializedName="loadBalancing")>]
[<System.Management.Automation.ArgumentCompleter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SiteLoadBalancing))>]
[<System.Management.Automation.Parameter(HelpMessage="Site load balancing.", Mandatory=false)>]
member this.LoadBalancing : Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SiteLoadBalancing with get, set
Public Property LoadBalancing As SiteLoadBalancing

Property Value

SiteLoadBalancing
Attributes

Applies to