Share via


ServiceDescription.PlacementPolicies Property

 

Applies To: Azure, Windows 10, Windows 8, Windows 8.1, Windows Server 2012 R2

Gets the list of ServicePlacementPolicyDescriptions belonging to the ServiceDescription.

Namespace:   System.Fabric.Description
Assembly:  System.Fabric (in System.Fabric.dll)

Syntax

public IList<ServicePlacementPolicyDescription> PlacementPolicies { get; }

Property Value

Type: System.Collections.Generic.IList<ServicePlacementPolicyDescription>

The list of ServicePlacementPolicyDescriptions belonging to the ServiceDescription.

See Also

ServiceDescription Class
System.Fabric.Description Namespace

Return to top