UpdatePartitionMoveCostQueryDescription.PartitionMoveCostDescriptionList Property

Definition

Gets or sets the list of partitions with their move cost updates.

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

Property Value

The list of partitions with their move cost updates.

Applies to