你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

UpdatePartitionMoveCostResultList 类

定义

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)
继承
UpdatePartitionMoveCostResultList

构造函数

UpdatePartitionMoveCostResultList()

创建分区移动成本更新结果的列表。

属性

ContinuationToken

继续标记。 查询可用于获取下一页的结果。

(继承自 PagedList<T>)
Count

获取列表中的项数。

(继承自 PagedList<T>)
IsReadOnly

获取一个标志,该标志指示是否可以修改列表。

(继承自 PagedList<T>)
Item[Int32]

获取指定索引处的项。

(继承自 PagedList<T>)

方法

Add(T)

将项添加到此列表。

(继承自 PagedList<T>)
Clear()

从此列表中删除所有项。

(继承自 PagedList<T>)
Contains(T)

指定列表是否包含特定项。

(继承自 PagedList<T>)
CopyTo(T[], Int32)

将此列表中的项复制到从指定索引处开始的指定数组。

(继承自 PagedList<T>)
GetEnumerator()

获取此列表中项的枚举器。

(继承自 PagedList<T>)
IndexOf(T)

获取此列表中指定项的索引。

(继承自 PagedList<T>)
Insert(Int32, T)

将项插入到此列表中的指定索引处。

(继承自 PagedList<T>)
Items()

表示通过调用 UpdatePartitionMoveCostAsync(UpdatePartitionMoveCostQueryDescription, TimeSpan, CancellationToken)检索的 的列表UpdatePartitionMoveCostResult

(继承自 PagedList<T>)
Remove(T)

从此列表中删除指定的项。

(继承自 PagedList<T>)
RemoveAt(Int32)

从此列表中删除位于指定索引处的项。

(继承自 PagedList<T>)

显式接口实现

IEnumerable.GetEnumerator()

获取此列表中项的枚举器。

(继承自 PagedList<T>)

扩展方法

ToArray<T>(PagedList<T>)

返回一个数组,其中包含分页列表中的项。

适用于