AppServiceEnvironmentPatchResource.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.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inlined)]
public Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.InternalLoadBalancingMode? InternalLoadBalancingMode { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inlined)>]
member this.InternalLoadBalancingMode : Nullable<Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.InternalLoadBalancingMode> with get, set
Public Property InternalLoadBalancingMode As Nullable(Of InternalLoadBalancingMode)
Property Value
Implements
- Attributes