IHostPoolPatchProperties.LoadBalancerType 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.
The type of the load balancer.
[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.Info(Description="The type of the load balancer.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.LoadBalancerType) }, ReadOnly=false, Required=false, SerializedName="loadBalancerType")]
public Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.LoadBalancerType? LoadBalancerType { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.Info(Description="The type of the load balancer.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.LoadBalancerType) }, ReadOnly=false, Required=false, SerializedName="loadBalancerType")>]
member this.LoadBalancerType : Nullable<Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.LoadBalancerType> with get, set
Public Property LoadBalancerType As Nullable(Of LoadBalancerType)
Property Value
- Attributes