Bagikan melalui


ServiceUpdateDescription.ScalingPolicies Property

Definition

Gets or sets the list ScalingPolicyDescription for this service.

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

Property Value

The list of scaling policies associated with this service.

Applies to