次の方法で共有


ServiceUpdateDescription.PlacementConstraints プロパティ

定義

このサービスの配置制約を取得または設定します。これにより、このサービスのレプリカを配置できるノードが制限されます。

public string PlacementConstraints { get; set; }
member this.PlacementConstraints : string with get, set
Public Property PlacementConstraints As String

プロパティ値

配置制約式。

nodeName == node1 ||nodeType == databaseNode

注釈

PlacementConstraints」を参照してください。

適用対象