次の方法で共有


ApplicationResource.MaximumNodes プロパティ

定義

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

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象