Share via


HciClusterOperationType Struct

Definition

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