VirtualApplicationType 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.
Application type of application.
public readonly struct VirtualApplicationType : IEquatable<Azure.ResourceManager.DesktopVirtualization.Models.VirtualApplicationType>
type VirtualApplicationType = struct
Public Structure VirtualApplicationType
Implements IEquatable(Of VirtualApplicationType)
- Inheritance
-
VirtualApplicationType
- Implements
Constructors
VirtualApplicationType(String) |
Initializes a new instance of VirtualApplicationType. |
Properties
Desktop |
Desktop. |
RemoteApp |
RemoteApp. |
Methods
Equals(VirtualApplicationType) |
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(VirtualApplicationType, VirtualApplicationType) |
Determines if two VirtualApplicationType values are the same. |
Implicit(String to VirtualApplicationType) |
Converts a string to a VirtualApplicationType. |
Inequality(VirtualApplicationType, VirtualApplicationType) |
Determines if two VirtualApplicationType values are not the same. |
Applies to
Azure SDK for .NET