HciClusterOperationType 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 intended operation for a cluster.
public readonly struct HciClusterOperationType : IEquatable<Azure.ResourceManager.Hci.Models.HciClusterOperationType>
type HciClusterOperationType = struct
Public Structure HciClusterOperationType
Implements IEquatable(Of HciClusterOperationType)
- Inheritance
-
HciClusterOperationType
- Implements
Constructors
HciClusterOperationType(String) |
Initializes a new instance of HciClusterOperationType. |
Properties
ClusterProvisioning |
Cluster provisioning operation. |
ClusterUpgrade |
Cluster upgrade operation. |
Methods
Equals(HciClusterOperationType) |
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(HciClusterOperationType, HciClusterOperationType) |
Determines if two HciClusterOperationType values are the same. |
Implicit(String to HciClusterOperationType) |
Converts a string to a HciClusterOperationType. |
Inequality(HciClusterOperationType, HciClusterOperationType) |
Determines if two HciClusterOperationType values are not the same. |
Applies to
Azure SDK for .NET