DesktopVirtualizationManagementType 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.
The type of management for the hostpool.
public readonly struct DesktopVirtualizationManagementType : IEquatable<Azure.ResourceManager.DesktopVirtualization.Models.DesktopVirtualizationManagementType>
type DesktopVirtualizationManagementType = struct
Public Structure DesktopVirtualizationManagementType
Implements IEquatable(Of DesktopVirtualizationManagementType)
- Inheritance
-
DesktopVirtualizationManagementType
- Implements
Constructors
| Name | Description |
|---|---|
| DesktopVirtualizationManagementType(String) |
Initializes a new instance of DesktopVirtualizationManagementType. |
Properties
| Name | Description |
|---|---|
| Automated |
Automated management of the hostpool. |
| Standard |
Standard management of the hostpool. |
Methods
| Name | Description |
|---|---|
| Equals(DesktopVirtualizationManagementType) |
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
| Name | Description |
|---|---|
| Equality(DesktopVirtualizationManagementType, DesktopVirtualizationManagementType) |
Determines if two DesktopVirtualizationManagementType values are the same. |
| Implicit(String to DesktopVirtualizationManagementType) |
Converts a string to a DesktopVirtualizationManagementType. |
| Implicit(String to Nullable<DesktopVirtualizationManagementType>) | |
| Inequality(DesktopVirtualizationManagementType, DesktopVirtualizationManagementType) |
Determines if two DesktopVirtualizationManagementType values are not the same. |