次の方法で共有


RetrieveThroughputPropertiesResource コンストラクター

定義

RetrieveThroughputPropertiesResource の新しいインスタンスを初期化します。

public RetrieveThroughputPropertiesResource (System.Collections.Generic.IEnumerable<Azure.ResourceManager.Resources.Models.WritableSubResource> physicalPartitionIds);
new Azure.ResourceManager.CosmosDB.Models.RetrieveThroughputPropertiesResource : seq<Azure.ResourceManager.Resources.Models.WritableSubResource> -> Azure.ResourceManager.CosmosDB.Models.RetrieveThroughputPropertiesResource
Public Sub New (physicalPartitionIds As IEnumerable(Of WritableSubResource))

パラメーター

physicalPartitionIds
IEnumerable<WritableSubResource>

PhysicalPartitionId オブジェクトの配列。

例外

physicalPartitionIds が null です。

適用対象