次の方法で共有


ApplicationResource.MinimumNodes プロパティ

定義

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

[Newtonsoft.Json.JsonProperty(PropertyName="properties.minimumNodes")]
public long? MinimumNodes { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.minimumNodes")>]
member this.MinimumNodes : Nullable<int64> with get, set
Public Property MinimumNodes As Nullable(Of Long)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象