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
| Name | Description |
|---|---|
| PreferredAppGroupType(String) |
Initializes a new instance of PreferredAppGroupType. |
Properties
| Name | Description |
|---|---|
| Desktop |
Desktop. |
| None |
None. |
| RailApplications |
RailApplications. |
Methods
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| 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. |