UpdatePartitionMoveCostResultList Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the list of UpdatePartitionMoveCostResult retrieved by calling UpdatePartitionMoveCostAsync(UpdatePartitionMoveCostQueryDescription, TimeSpan, CancellationToken).
public sealed class UpdatePartitionMoveCostResultList : System.Fabric.Query.PagedList<System.Fabric.Query.UpdatePartitionMoveCostResult>
type UpdatePartitionMoveCostResultList = class
inherit PagedList<UpdatePartitionMoveCostResult>
Public NotInheritable Class UpdatePartitionMoveCostResultList
Inherits PagedList(Of UpdatePartitionMoveCostResult)
- Inheritance
Constructors
UpdatePartitionMoveCostResultList() |
Creates a list of partition move cost update results. |
Properties
ContinuationToken | (Inherited from PagedList<T>) |
Count | (Inherited from PagedList<T>) |
IsReadOnly | (Inherited from PagedList<T>) |
Item[Int32] | (Inherited from PagedList<T>) |
Methods
Add(T) | (Inherited from PagedList<T>) |
Clear() | (Inherited from PagedList<T>) |
Contains(T) | (Inherited from PagedList<T>) |
CopyTo(T[], Int32) | (Inherited from PagedList<T>) |
GetEnumerator() | (Inherited from PagedList<T>) |
IndexOf(T) | (Inherited from PagedList<T>) |
Insert(Int32, T) | (Inherited from PagedList<T>) |
Items() | (Inherited from PagedList<T>) |
Remove(T) | (Inherited from PagedList<T>) |
RemoveAt(Int32) | (Inherited from PagedList<T>) |
Explicit Interface Implementations
IEnumerable.GetEnumerator() | (Inherited from PagedList<T>) |
Extension Methods
ToArray<T>(PagedList<T>) |