次の方法で共有


RedistributeThroughputPropertiesResource コンストラクター

定義

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

public RedistributeThroughputPropertiesResource (Azure.ResourceManager.CosmosDB.Models.ThroughputPolicyType throughputPolicy, System.Collections.Generic.IEnumerable<Azure.ResourceManager.CosmosDB.Models.PhysicalPartitionThroughputInfoResource> targetPhysicalPartitionThroughputInfo, System.Collections.Generic.IEnumerable<Azure.ResourceManager.CosmosDB.Models.PhysicalPartitionThroughputInfoResource> sourcePhysicalPartitionThroughputInfo);
new Azure.ResourceManager.CosmosDB.Models.RedistributeThroughputPropertiesResource : Azure.ResourceManager.CosmosDB.Models.ThroughputPolicyType * seq<Azure.ResourceManager.CosmosDB.Models.PhysicalPartitionThroughputInfoResource> * seq<Azure.ResourceManager.CosmosDB.Models.PhysicalPartitionThroughputInfoResource> -> Azure.ResourceManager.CosmosDB.Models.RedistributeThroughputPropertiesResource
Public Sub New (throughputPolicy As ThroughputPolicyType, targetPhysicalPartitionThroughputInfo As IEnumerable(Of PhysicalPartitionThroughputInfoResource), sourcePhysicalPartitionThroughputInfo As IEnumerable(Of PhysicalPartitionThroughputInfoResource))

パラメーター

throughputPolicy
ThroughputPolicyType

スループットの再配布に適用する ThroughputPolicy。

targetPhysicalPartitionThroughputInfo
IEnumerable<PhysicalPartitionThroughputInfoResource>

PhysicalPartitionThroughputInfoResource オブジェクトの配列。

sourcePhysicalPartitionThroughputInfo
IEnumerable<PhysicalPartitionThroughputInfoResource>

PhysicalPartitionThroughputInfoResource オブジェクトの配列。

例外

targetPhysicalPartitionThroughputInfo または sourcePhysicalPartitionThroughputInfo が null です。

適用対象