Share via


PreferredAppGroupType Struct

Definition

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.

Applies to