ServiceTypeDescription.Policies Property

Definition

Gets the policies of the service type.

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

Property Value

The policies of the service type.

Applies to