ClusterInspectAdditionalAction 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.
Additional actions supplement the default non-disruptive cluster inspection. Additional actions may be disallowed if the cluster is in a deployed and running state.
public readonly struct ClusterInspectAdditionalAction : IEquatable<Azure.ResourceManager.NetworkCloud.Models.ClusterInspectAdditionalAction>
type ClusterInspectAdditionalAction = struct
Public Structure ClusterInspectAdditionalAction
Implements IEquatable(Of ClusterInspectAdditionalAction)
- Inheritance
-
ClusterInspectAdditionalAction
- Implements
Constructors
| Name | Description |
|---|---|
| ClusterInspectAdditionalAction(String) |
Initializes a new instance of ClusterInspectAdditionalAction. |
Properties
| Name | Description |
|---|---|
| ResetHardware |
Indicates that hardware reset should be performed during inspection. |
Methods
| Name | Description |
|---|---|
| Equals(ClusterInspectAdditionalAction) |
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(ClusterInspectAdditionalAction, ClusterInspectAdditionalAction) |
Determines if two ClusterInspectAdditionalAction values are the same. |
| Implicit(String to ClusterInspectAdditionalAction) |
Converts a string to a ClusterInspectAdditionalAction. |
| Implicit(String to Nullable<ClusterInspectAdditionalAction>) | |
| Inequality(ClusterInspectAdditionalAction, ClusterInspectAdditionalAction) |
Determines if two ClusterInspectAdditionalAction values are not the same. |