ServiceUpdateDescription.PlacementPolicies Property

Definition

Gets or sets a list of service placement policies.

public System.Collections.Generic.IList<System.Fabric.Description.ServicePlacementPolicyDescription> PlacementPolicies { get; set; }
member this.PlacementPolicies : System.Collections.Generic.IList<System.Fabric.Description.ServicePlacementPolicyDescription> with get, set
Public Property PlacementPolicies As IList(Of ServicePlacementPolicyDescription)

Property Value

The list of service placement policies.

Remarks

See PlacementPolicies

Applies to