IHostPoolPatch.PersonalDesktopAssignmentType 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.
PersonalDesktopAssignment type for HostPool.
[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.PSArgumentCompleter(new System.String[] { "Automatic", "Direct" })]
[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.Info(Create=true, Description="PersonalDesktopAssignment type for HostPool.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="personalDesktopAssignmentType", Update=true)]
public string PersonalDesktopAssignmentType { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.PSArgumentCompleter(new System.String[] { "Automatic", "Direct" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.Info(Create=true, Description="PersonalDesktopAssignment type for HostPool.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="personalDesktopAssignmentType", Update=true)>]
member this.PersonalDesktopAssignmentType : string with get, set
Public Property PersonalDesktopAssignmentType As String
Property Value
- Attributes