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.
public readonly struct PreferredAppGroupType : IEquatable<Azure.ResourceManager.DesktopVirtualization.Models.PreferredAppGroupType>
type PreferredAppGroupType = struct
Public Structure PreferredAppGroupType
Implements IEquatable(Of PreferredAppGroupType)
- Inheritance
-
PreferredAppGroupType
- Implements
Constructors
PreferredAppGroupType(String) |
Initializes a new instance of PreferredAppGroupType. |
Properties
Desktop |
Desktop. |
None |
None. |
RailApplications |
RailApplications. |
Methods
Equals(PreferredAppGroupType) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(PreferredAppGroupType, PreferredAppGroupType) |
Determines if two PreferredAppGroupType values are the same. |
Implicit(String to PreferredAppGroupType) |
Converts a string to a PreferredAppGroupType. |
Inequality(PreferredAppGroupType, PreferredAppGroupType) |
Determines if two PreferredAppGroupType values are not the same. |