ClusterPattern Struct

Definition

Supported Storage Pattern for HCI Cluster.

public readonly struct ClusterPattern : IEquatable<Azure.ResourceManager.Hci.Models.ClusterPattern>
type ClusterPattern = struct
Public Structure ClusterPattern
Implements IEquatable(Of ClusterPattern)
Inheritance
ClusterPattern
Implements

Constructors

Name Description
ClusterPattern(String)

Initializes a new instance of ClusterPattern.

Properties

Name Description
RackAware

RackAware cluster.

Standard

Standard cluster.

Methods

Name Description
Equals(ClusterPattern)

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(ClusterPattern, ClusterPattern)

Determines if two ClusterPattern values are the same.

Implicit(String to ClusterPattern)

Converts a string to a ClusterPattern.

Implicit(String to Nullable<ClusterPattern>)
Inequality(ClusterPattern, ClusterPattern)

Determines if two ClusterPattern values are not the same.

Applies to