次の方法で共有


RetrieveThroughputParameters コンストラクター

定義

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

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

パラメーター

location
AzureLocation

場所。

resource
RetrieveThroughputPropertiesResource

リソース スループットの標準的な JSON 形式。

例外

resource が null です。

適用対象