Compartir a través de


RedistributeThroughputPropertiesResource Constructor

Definición

Inicializa una nueva instancia de 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))

Parámetros

throughputPolicy
ThroughputPolicyType

ThroughputPolicy que se va a aplicar para la redistribución del rendimiento.

targetPhysicalPartitionThroughputInfo
IEnumerable<PhysicalPartitionThroughputInfoResource>

Matriz de objetos PhysicalPartitionThroughputInfoResource.

sourcePhysicalPartitionThroughputInfo
IEnumerable<PhysicalPartitionThroughputInfoResource>

Matriz de objetos PhysicalPartitionThroughputInfoResource.

Excepciones

targetPhysicalPartitionThroughputInfo o sourcePhysicalPartitionThroughputInfo es null.

Se aplica a