HostPoolUpdateAction 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.
Action types for controlling hostpool update.
public readonly struct HostPoolUpdateAction : IEquatable<Azure.ResourceManager.DesktopVirtualization.Models.HostPoolUpdateAction>
type HostPoolUpdateAction = struct
Public Structure HostPoolUpdateAction
Implements IEquatable(Of HostPoolUpdateAction)
- Inheritance
-
HostPoolUpdateAction
- Implements
Constructors
| Name | Description |
|---|---|
| HostPoolUpdateAction(String) |
Initializes a new instance of HostPoolUpdateAction. |
Properties
| Name | Description |
|---|---|
| Cancel |
Cancel the hostpool update. |
| Pause |
Pause the hostpool update. |
| Resume |
Resume the hostpool update. |
| Retry |
Retry the hostpool update. |
| Start |
Start the hostpool update. |
Methods
| Name | Description |
|---|---|
| Equals(HostPoolUpdateAction) |
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(HostPoolUpdateAction, HostPoolUpdateAction) |
Determines if two HostPoolUpdateAction values are the same. |
| Implicit(String to HostPoolUpdateAction) |
Converts a string to a HostPoolUpdateAction. |
| Implicit(String to Nullable<HostPoolUpdateAction>) | |
| Inequality(HostPoolUpdateAction, HostPoolUpdateAction) |
Determines if two HostPoolUpdateAction values are not the same. |