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