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

RedistributeThroughputParameters 构造函数

定义

初始化 RedistributeThroughputParameters 的新实例。

public RedistributeThroughputParameters (Azure.Core.AzureLocation location, Azure.ResourceManager.CosmosDB.Models.RedistributeThroughputPropertiesResource resource);
new Azure.ResourceManager.CosmosDB.Models.RedistributeThroughputParameters : Azure.Core.AzureLocation * Azure.ResourceManager.CosmosDB.Models.RedistributeThroughputPropertiesResource -> Azure.ResourceManager.CosmosDB.Models.RedistributeThroughputParameters
Public Sub New (location As AzureLocation, resource As RedistributeThroughputPropertiesResource)

参数

location
AzureLocation

位置。

resource
RedistributeThroughputPropertiesResource

资源吞吐量的标准 JSON 格式。

例外

resource 为 null。

适用于