次の方法で共有


ClusterType 構造体

定義

クラスターのラック構成の種類。

public readonly struct ClusterType : IEquatable<Azure.ResourceManager.NetworkCloud.Models.ClusterType>
type ClusterType = struct
Public Structure ClusterType
Implements IEquatable(Of ClusterType)
継承
ClusterType
実装

コンストラクター

ClusterType(String)

ClusterType の新しいインスタンスを初期化します。

プロパティ

MultiRack

MultiRack。

SingleRack

SingleRack。

メソッド

Equals(ClusterType)

現在のオブジェクトが、同じ型の別のオブジェクトと等しいかどうかを示します。

ToString()

このインスタンスの完全修飾型名を返します。

演算子

Equality(ClusterType, ClusterType)

2 つの ClusterType 値が同じかどうかを判断します。

Implicit(String to ClusterType)

文字列を ClusterType に変換します。

Inequality(ClusterType, ClusterType)

2 つの ClusterType 値が同じでないかどうかを判断します。

適用対象