PreferredAppGroupType Struct
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
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.PreferredAppGroupTypeTypeConverter))]
public struct PreferredAppGroupType : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.PreferredAppGroupType>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.PreferredAppGroupTypeTypeConverter))>]
type PreferredAppGroupType = struct
interface IArgumentCompleter
Public Structure PreferredAppGroupType
Implements IArgumentCompleter, IEquatable(Of PreferredAppGroupType)
- Inheritance
-
PreferredAppGroupType
- Attributes
- Implements
Fields
Desktop | |
None | |
RailApplications |
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 PreferredAppGroupType (override for Object) |
Equals(PreferredAppGroupType) |
Compares values of enum type PreferredAppGroupType |
GetHashCode() |
Returns hashCode for enum PreferredAppGroupType |
ToString() |
Returns string representation for PreferredAppGroupType |
Operators
Equality(PreferredAppGroupType, PreferredAppGroupType) |
Overriding == operator for enum PreferredAppGroupType |
Implicit(PreferredAppGroupType to String) |
Implicit operator to convert PreferredAppGroupType to string |
Implicit(String to PreferredAppGroupType) |
Implicit operator to convert string to PreferredAppGroupType |
Inequality(PreferredAppGroupType, PreferredAppGroupType) |
Overriding != operator for enum PreferredAppGroupType |