ServiceResourceUpdateProperties コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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' です。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET