次の方法で共有


ServiceResourceUpdateProperties コンストラクター

定義

オーバーロード

ServiceResourceUpdateProperties()

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

ServiceResourceUpdateProperties(String, IList<ServiceCorrelationDescription>, IList<ServiceLoadMetricDescription>, IList<ServicePlacementPolicyDescription>, String)

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

ServiceResourceUpdateProperties()

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

public ServiceResourceUpdateProperties ();
Public Sub New ()

適用対象

ServiceResourceUpdateProperties(String, IList<ServiceCorrelationDescription>, IList<ServiceLoadMetricDescription>, IList<ServicePlacementPolicyDescription>, String)

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

public ServiceResourceUpdateProperties (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);
new Microsoft.Azure.Management.ServiceFabric.Models.ServiceResourceUpdateProperties : 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 -> Microsoft.Azure.Management.ServiceFabric.Models.ServiceResourceUpdateProperties
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)

パラメーター

placementConstraints
String

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

correlationScheme
IList<ServiceCorrelationDescription>

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

serviceLoadMetrics
IList<ServiceLoadMetricDescription>

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

servicePlacementPolicies
IList<ServicePlacementPolicyDescription>

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

defaultMoveCost
String

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

適用対象