IHostPoolPatchProperties.PreferredAppGroupType 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 preferred application group type, default to Desktop Application Group
[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.Info(Description="The type of preferred application group type, default to Desktop Application Group", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.PreferredAppGroupType) }, ReadOnly=false, Required=false, SerializedName="preferredAppGroupType")]
public Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.PreferredAppGroupType? PreferredAppGroupType { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.Info(Description="The type of preferred application group type, default to Desktop Application Group", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.PreferredAppGroupType) }, ReadOnly=false, Required=false, SerializedName="preferredAppGroupType")>]
member this.PreferredAppGroupType : Nullable<Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.PreferredAppGroupType> with get, set
Public Property PreferredAppGroupType As Nullable(Of PreferredAppGroupType)
Property Value
- Attributes