RedistributeThroughputPropertiesResource Construtor
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Inicializa uma nova instância 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 para aplicar a redistribuição de taxa de transferência.
- targetPhysicalPartitionThroughputInfo
- IEnumerable<PhysicalPartitionThroughputInfoResource>
Matriz de objetos PhysicalPartitionThroughputInfoResource.
- sourcePhysicalPartitionThroughputInfo
- IEnumerable<PhysicalPartitionThroughputInfoResource>
Matriz de objetos PhysicalPartitionThroughputInfoResource.
Exceções
targetPhysicalPartitionThroughputInfo
ou sourcePhysicalPartitionThroughputInfo
é nulo.
Aplica-se a
Azure SDK for .NET