IAppServiceEnvironmentResource.InternalLoadBalancingMode Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies which endpoints to serve internally in the Virtual Network for the App Service Environment.
[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Specifies which endpoints to serve internally in the Virtual Network for the App Service Environment.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LoadBalancingMode) }, ReadOnly=false, Required=false, SerializedName="internalLoadBalancingMode")]
public Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LoadBalancingMode? InternalLoadBalancingMode { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Specifies which endpoints to serve internally in the Virtual Network for the App Service Environment.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LoadBalancingMode) }, ReadOnly=false, Required=false, SerializedName="internalLoadBalancingMode")>]
member this.InternalLoadBalancingMode : Nullable<Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LoadBalancingMode> with get, set
Public Property InternalLoadBalancingMode As Nullable(Of LoadBalancingMode)
Property Value
- Attributes