ServiceTypeDescription.PlacementConstraints Property

Definition

Gets or sets the constraint to be used when instantiating this service in a Service Fabric cluster.

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

Property Value

The constraint to be used when instantiating this service in a Service Fabric cluster.

Applies to