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

ArmCosmosDBModelFactory.PhysicalPartitionStorageInfoCollection 方法

定义

初始化 PhysicalPartitionStorageInfoCollection 的新实例。

public static Azure.ResourceManager.CosmosDB.Models.PhysicalPartitionStorageInfoCollection PhysicalPartitionStorageInfoCollection (System.Collections.Generic.IEnumerable<Azure.ResourceManager.CosmosDB.Models.PhysicalPartitionStorageInfo> physicalPartitionStorageInfoCollectionValue = default);
static member PhysicalPartitionStorageInfoCollection : seq<Azure.ResourceManager.CosmosDB.Models.PhysicalPartitionStorageInfo> -> Azure.ResourceManager.CosmosDB.Models.PhysicalPartitionStorageInfoCollection
Public Shared Function PhysicalPartitionStorageInfoCollection (Optional physicalPartitionStorageInfoCollectionValue As IEnumerable(Of PhysicalPartitionStorageInfo) = Nothing) As PhysicalPartitionStorageInfoCollection

参数

physicalPartitionStorageInfoCollectionValue
IEnumerable<PhysicalPartitionStorageInfo>

物理分区及其属性的列表。

返回

用于模拟的新 PhysicalPartitionStorageInfoCollection 实例。

适用于