Sdílet prostřednictvím


OfferV2 Constructors

Definition

Overloads

OfferV2(Int32)

Initializes a Resource offer with the Standard pricing tier for the Azure Cosmos DB service.

OfferV2(Offer, Int32)

Initializes a Resource offer with the Standard pricing tier, from a reference Offer object for the Azure Cosmos DB service.

OfferV2(Int32, Nullable<Boolean>)

Initializes a Resource offer with the Standard pricing tier for the Azure Cosmos DB service.

OfferV2(Offer, Int32, Nullable<Boolean>)

Initializes a Resource offer with the Standard pricing tier, from a reference Offer object for the Azure Cosmos DB service.

OfferV2(Int32)

Initializes a Resource offer with the Standard pricing tier for the Azure Cosmos DB service.

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

Parameters

offerThroughput
Int32

Applies to

OfferV2(Offer, Int32)

Initializes a Resource offer with the Standard pricing tier, from a reference Offer object for the Azure Cosmos DB service.

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)

Parameters

offer
Offer
offerThroughput
Int32

Applies to

OfferV2(Int32, Nullable<Boolean>)

Initializes a Resource offer with the Standard pricing tier for the Azure Cosmos DB service.

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))

Parameters

offerThroughput
Int32
offerEnableRUPerMinuteThroughput
Nullable<Boolean>

Applies to

OfferV2(Offer, Int32, Nullable<Boolean>)

Initializes a Resource offer with the Standard pricing tier, from a reference Offer object for the Azure Cosmos DB service.

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))

Parameters

offer
Offer
offerThroughput
Int32
offerEnableRUPerMinuteThroughput
Nullable<Boolean>

Applies to