IScalingPlanProperties.HostPoolType 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.
HostPool type for desktop.
[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.Info(Description="HostPool type for desktop.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.ScalingHostPoolType) }, ReadOnly=false, Required=false, SerializedName="hostPoolType")]
public Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.ScalingHostPoolType? HostPoolType { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.Info(Description="HostPool type for desktop.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.ScalingHostPoolType) }, ReadOnly=false, Required=false, SerializedName="hostPoolType")>]
member this.HostPoolType : Nullable<Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.ScalingHostPoolType> with get, set
Public Property HostPoolType As Nullable(Of ScalingHostPoolType)
Property Value
- Attributes