你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

PreferredAppGroupType Struct

Definition

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

Applies to