Dela via


ServiceUpdateDescription.PlacementConstraints Property

Definition

Gets or sets the placement constraints for this service, which restricts the nodes where replicas of this service can be placed.

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

Property Value

The placement constraints expression.

Examples

nodeName == node1 || nodeType == databaseNode

Remarks

See PlacementConstraints

Applies to