次の方法で共有


ClusterNodeTypeDescription(String, Int32, Int32, Boolean, Int32) コンストラクター

定義

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

public ClusterNodeTypeDescription (string name, int clientConnectionEndpointPort, int httpGatewayEndpointPort, bool isPrimary, int vmInstanceCount);
new Azure.ResourceManager.ServiceFabric.Models.ClusterNodeTypeDescription : string * int * int * bool * int -> Azure.ResourceManager.ServiceFabric.Models.ClusterNodeTypeDescription
Public Sub New (name As String, clientConnectionEndpointPort As Integer, httpGatewayEndpointPort As Integer, isPrimary As Boolean, vmInstanceCount As Integer)

パラメーター

name
String

ノード の種類の名前。

clientConnectionEndpointPort
Int32

TCP クラスター管理エンドポイント ポート。

httpGatewayEndpointPort
Int32

HTTP クラスター管理エンドポイント ポート。

isPrimary
Boolean

システム サービスを実行するノードの種類。 プライマリとしてマークするノード タイプは 1 つだけです。 既存のクラスターでは、プライマリ ノードの種類を削除または変更できません。

vmInstanceCount
Int32

VMInstanceCount は 1 から n にする必要があります。ここで n は、この nodeType に対応する VM インスタンスの数を示します。 VMInstanceCount = 0 は、次のシナリオでのみ実行できます。NodeType はセカンダリ nodeType です。 Durability = Bronze または Durability >= Bronze and InfrastructureServiceManager = true。 VMInstanceCount = 0 の場合、この nodeType の VM は初期クラスター サイズの計算に使用されないことを意味します。

例外

name が null です。

適用対象