Dela via


IAppServiceEnvironmentPatchResource.InternalLoadBalancingMode Property

Definition

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.InternalLoadBalancingMode) }, ReadOnly=false, Required=false, SerializedName="internalLoadBalancingMode")]
public Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.InternalLoadBalancingMode? 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.InternalLoadBalancingMode) }, ReadOnly=false, Required=false, SerializedName="internalLoadBalancingMode")>]
member this.InternalLoadBalancingMode : Nullable<Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.InternalLoadBalancingMode> with get, set
Public Property InternalLoadBalancingMode As Nullable(Of InternalLoadBalancingMode)

Property Value

Attributes

Applies to