次の方法で共有


ServiceFabricApplicationData.MinimumNodes プロパティ

定義

Service Fabric がこのアプリケーション用に容量を予約するノードの最小数。 このアプリケーションのサービスがこれらすべてのノードに配置されるわけではありません。 このプロパティが 0 に設定されている場合、容量は予約されません。 このプロパティの値は、MaximumNodes プロパティの値を超えることはできません。

public long? MinimumNodes { get; set; }
member this.MinimumNodes : Nullable<int64> with get, set
Public Property MinimumNodes As Nullable(Of Long)

プロパティ値

適用対象