次の方法で共有


StatelessServiceUpdateProperties コンストラクター

定義

オーバーロード

StatelessServiceUpdateProperties()

StatelessServiceUpdateProperties クラスの新しいインスタンスを初期化します。

StatelessServiceUpdateProperties(String, IList<ServiceCorrelationDescription>, IList<ServiceLoadMetricDescription>, IList<ServicePlacementPolicyDescription>, String, Nullable<Int32>, String)

StatelessServiceUpdateProperties クラスの新しいインスタンスを初期化します。

StatelessServiceUpdateProperties()

StatelessServiceUpdateProperties クラスの新しいインスタンスを初期化します。

public StatelessServiceUpdateProperties ();
Public Sub New ()

適用対象

StatelessServiceUpdateProperties(String, IList<ServiceCorrelationDescription>, IList<ServiceLoadMetricDescription>, IList<ServicePlacementPolicyDescription>, String, Nullable<Int32>, String)

StatelessServiceUpdateProperties クラスの新しいインスタンスを初期化します。

public StatelessServiceUpdateProperties (string placementConstraints = default, System.Collections.Generic.IList<Microsoft.Azure.Management.ServiceFabric.Models.ServiceCorrelationDescription> correlationScheme = default, System.Collections.Generic.IList<Microsoft.Azure.Management.ServiceFabric.Models.ServiceLoadMetricDescription> serviceLoadMetrics = default, System.Collections.Generic.IList<Microsoft.Azure.Management.ServiceFabric.Models.ServicePlacementPolicyDescription> servicePlacementPolicies = default, string defaultMoveCost = default, int? instanceCount = default, string instanceCloseDelayDuration = default);
new Microsoft.Azure.Management.ServiceFabric.Models.StatelessServiceUpdateProperties : string * System.Collections.Generic.IList<Microsoft.Azure.Management.ServiceFabric.Models.ServiceCorrelationDescription> * System.Collections.Generic.IList<Microsoft.Azure.Management.ServiceFabric.Models.ServiceLoadMetricDescription> * System.Collections.Generic.IList<Microsoft.Azure.Management.ServiceFabric.Models.ServicePlacementPolicyDescription> * string * Nullable<int> * string -> Microsoft.Azure.Management.ServiceFabric.Models.StatelessServiceUpdateProperties
Public Sub New (Optional placementConstraints As String = Nothing, Optional correlationScheme As IList(Of ServiceCorrelationDescription) = Nothing, Optional serviceLoadMetrics As IList(Of ServiceLoadMetricDescription) = Nothing, Optional servicePlacementPolicies As IList(Of ServicePlacementPolicyDescription) = Nothing, Optional defaultMoveCost As String = Nothing, Optional instanceCount As Nullable(Of Integer) = Nothing, Optional instanceCloseDelayDuration As String = Nothing)

パラメーター

placementConstraints
String

文字列としての配置の制約。 配置の制約はノード プロパティ上のブール式で、サービスの要件に基づいて特定のノードにサービスを制限することができます。 たとえば、NodeType が青色のノードにサービスを配置するには、"NodeColor == blue)" を指定します。

correlationScheme
IList<ServiceCorrelationDescription>

サービスと他のサービスの相関関係を説明するリスト。

serviceLoadMetrics
IList<ServiceLoadMetricDescription>

サービス読み込みメトリックは、ServiceLoadMetricDescription オブジェクトの配列として指定されます。

servicePlacementPolicies
IList<ServicePlacementPolicyDescription>

サービスと他のサービスの相関関係を説明するリスト。

defaultMoveCost
String

サービスの移動コストを指定します。 使用できる値は、'Zero'、'Low'、'Medium'、'High' です。

instanceCount
Nullable<Int32>

インスタンス数。

instanceCloseDelayDuration
String

RequestDrain 機能の遅延時間は、インスタンスを閉じる前に遅延が開始される前に、ステートレス インスタンスによってアドバタイズされたエンドポイントが確実に削除されるようにします。 この遅延により、インスタンスが実際にダウンする前に、既存の要求を正常にドレインできます (https://docs.microsoft.com/en-us/azure/service-fabric/service-fabric-application-upgrade-advanced#avoid-connection-drops-during-stateless-service-planned-downtime-preview)。 最初に、ISO 8601 の期間を表す文字列として解釈されます。 それが失敗した場合、ミリ秒単位の合計数を表す数値として解釈されます。

適用対象