ServiceDescription.ScalingPolicies Property

Definition

Gets or sets the list of ScalingPolicyDescription for this service.

public System.Collections.Generic.IList<System.Fabric.Description.ScalingPolicyDescription> ScalingPolicies { get; }
member this.ScalingPolicies : System.Collections.Generic.IList<System.Fabric.Description.ScalingPolicyDescription>
Public ReadOnly Property ScalingPolicies As IList(Of ScalingPolicyDescription)

Property Value

The scaling policies associated with this service.

Applies to