IAppServiceEnvironment.InternalLoadBalancingMode Property

Definition

Specifies which endpoints to serve internally in the Virtual Network for the App Service Environment.

[Microsoft.Azure.PowerShell.Cmdlets.Functions.PSArgumentCompleter(new System.String[] { "None", "Web", "Publishing", "Web, Publishing" })]
[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="Specifies which endpoints to serve internally in the Virtual Network for the App Service Environment.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="internalLoadBalancingMode", Update=true)]
public string InternalLoadBalancingMode { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.PSArgumentCompleter(new System.String[] { "None", "Web", "Publishing", "Web, Publishing" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="Specifies which endpoints to serve internally in the Virtual Network for the App Service Environment.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="internalLoadBalancingMode", Update=true)>]
member this.InternalLoadBalancingMode : string with get, set
Public Property InternalLoadBalancingMode As String

Property Value

Attributes

Applies to