ServiceFabricApplicationData.MaximumNodes プロパティ

定義

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

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

プロパティ値

適用対象