次の方法で共有


OfferV2 コンストラクター

定義

オーバーロード

OfferV2(Int32)

Azure Cosmos DB サービスの Standard 価格レベルでリソース オファーを初期化します。

OfferV2(Offer, Int32)

Azure Cosmos DB サービスの参照 Offer オブジェクトから、Standard 価格レベルでリソース オファーを初期化します。

OfferV2(Int32, Nullable<Boolean>)

Azure Cosmos DB サービスの Standard 価格レベルでリソース オファーを初期化します。

OfferV2(Offer, Int32, Nullable<Boolean>)

Azure Cosmos DB サービスの参照 Offer オブジェクトから、Standard 価格レベルでリソース オファーを初期化します。

OfferV2(Int32)

Azure Cosmos DB サービスの Standard 価格レベルでリソース オファーを初期化します。

public OfferV2 (int offerThroughput);
new Microsoft.Azure.Documents.OfferV2 : int -> Microsoft.Azure.Documents.OfferV2
Public Sub New (offerThroughput As Integer)

パラメーター

offerThroughput
Int32

適用対象

OfferV2(Offer, Int32)

Azure Cosmos DB サービスの参照 Offer オブジェクトから、Standard 価格レベルでリソース オファーを初期化します。

public OfferV2 (Microsoft.Azure.Documents.Offer offer, int offerThroughput);
new Microsoft.Azure.Documents.OfferV2 : Microsoft.Azure.Documents.Offer * int -> Microsoft.Azure.Documents.OfferV2
Public Sub New (offer As Offer, offerThroughput As Integer)

パラメーター

offer
Offer
offerThroughput
Int32

適用対象

OfferV2(Int32, Nullable<Boolean>)

Azure Cosmos DB サービスの Standard 価格レベルでリソース オファーを初期化します。

public OfferV2 (int offerThroughput, bool? offerEnableRUPerMinuteThroughput);
new Microsoft.Azure.Documents.OfferV2 : int * Nullable<bool> -> Microsoft.Azure.Documents.OfferV2
Public Sub New (offerThroughput As Integer, offerEnableRUPerMinuteThroughput As Nullable(Of Boolean))

パラメーター

offerThroughput
Int32
offerEnableRUPerMinuteThroughput
Nullable<Boolean>

適用対象

OfferV2(Offer, Int32, Nullable<Boolean>)

Azure Cosmos DB サービスの参照 Offer オブジェクトから、Standard 価格レベルでリソース オファーを初期化します。

public OfferV2 (Microsoft.Azure.Documents.Offer offer, int offerThroughput, bool? offerEnableRUPerMinuteThroughput);
new Microsoft.Azure.Documents.OfferV2 : Microsoft.Azure.Documents.Offer * int * Nullable<bool> -> Microsoft.Azure.Documents.OfferV2
Public Sub New (offer As Offer, offerThroughput As Integer, offerEnableRUPerMinuteThroughput As Nullable(Of Boolean))

パラメーター

offer
Offer
offerThroughput
Int32
offerEnableRUPerMinuteThroughput
Nullable<Boolean>

適用対象