RemoteApplicationType 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.
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 |