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

RemoteApplicationType Struct

Definition

Resource Type of Application.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.RemoteApplicationTypeTypeConverter))]
public struct RemoteApplicationType : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.RemoteApplicationType>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.RemoteApplicationTypeTypeConverter))>]
type RemoteApplicationType = struct
    interface IArgumentCompleter
Public Structure RemoteApplicationType
Implements IArgumentCompleter, IEquatable(Of RemoteApplicationType)
Inheritance
RemoteApplicationType
Attributes
Implements

Fields

InBuilt
MsixApplication

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 RemoteApplicationType (override for Object)

Equals(RemoteApplicationType)

Compares values of enum type RemoteApplicationType

GetHashCode()

Returns hashCode for enum RemoteApplicationType

ToString()

Returns string representation for RemoteApplicationType

Operators

Equality(RemoteApplicationType, RemoteApplicationType)

Overriding == operator for enum RemoteApplicationType

Implicit(RemoteApplicationType to String)

Implicit operator to convert RemoteApplicationType to string

Implicit(String to RemoteApplicationType)

Implicit operator to convert string to RemoteApplicationType

Inequality(RemoteApplicationType, RemoteApplicationType)

Overriding != operator for enum RemoteApplicationType

Applies to