PersonalDesktopAssignmentType Struct

Definition

PersonalDesktopAssignment type for HostPool.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.PersonalDesktopAssignmentTypeTypeConverter))]
public struct PersonalDesktopAssignmentType : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.PersonalDesktopAssignmentType>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.PersonalDesktopAssignmentTypeTypeConverter))>]
type PersonalDesktopAssignmentType = struct
    interface IArgumentCompleter
Public Structure PersonalDesktopAssignmentType
Implements IArgumentCompleter, IEquatable(Of PersonalDesktopAssignmentType)
Inheritance
PersonalDesktopAssignmentType
Attributes
Implements

Fields

Automatic
Direct

Methods

CompleteArgument(String, String, String, CommandAst, IDictionary)

Implementations of this function are called by PowerShell to complete arguments.

Equals(Object)

Compares values of enum type PersonalDesktopAssignmentType (override for Object)

Equals(PersonalDesktopAssignmentType)

Compares values of enum type PersonalDesktopAssignmentType

GetHashCode()

Returns hashCode for enum PersonalDesktopAssignmentType

ToString()

Returns string representation for PersonalDesktopAssignmentType

Operators

Equality(PersonalDesktopAssignmentType, PersonalDesktopAssignmentType)

Overriding == operator for enum PersonalDesktopAssignmentType

Implicit(PersonalDesktopAssignmentType to String)

Implicit operator to convert PersonalDesktopAssignmentType to string

Implicit(String to PersonalDesktopAssignmentType)

Implicit operator to convert string to PersonalDesktopAssignmentType

Inequality(PersonalDesktopAssignmentType, PersonalDesktopAssignmentType)

Overriding != operator for enum PersonalDesktopAssignmentType

Applies to