Compartilhar via


OfferV2 Construtores

Definição

Sobrecargas

OfferV2(Int32)

Inicializa uma oferta de recurso com o tipo de preço Standard para o serviço do Azure Cosmos DB.

OfferV2(Offer, Int32)

Inicializa uma oferta de recurso com o tipo de preço Standard, de um objeto offer de referência para o serviço do Azure Cosmos DB.

OfferV2(Int32, Nullable<Boolean>)

Inicializa uma oferta de recurso com o tipo de preço Standard para o serviço do Azure Cosmos DB.

OfferV2(Offer, Int32, Nullable<Boolean>)

Inicializa uma oferta de recurso com o tipo de preço Standard, de um objeto offer de referência para o serviço do Azure Cosmos DB.

OfferV2(Int32)

Inicializa uma oferta de recurso com o tipo de preço Standard para o serviço do Azure Cosmos DB.

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

Parâmetros

offerThroughput
Int32

Aplica-se a

OfferV2(Offer, Int32)

Inicializa uma oferta de recurso com o tipo de preço Standard, de um objeto offer de referência para o serviço do Azure Cosmos DB.

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)

Parâmetros

offer
Offer
offerThroughput
Int32

Aplica-se a

OfferV2(Int32, Nullable<Boolean>)

Inicializa uma oferta de recurso com o tipo de preço Standard para o serviço do Azure Cosmos DB.

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

Parâmetros

offerThroughput
Int32
offerEnableRUPerMinuteThroughput
Nullable<Boolean>

Aplica-se a

OfferV2(Offer, Int32, Nullable<Boolean>)

Inicializa uma oferta de recurso com o tipo de preço Standard, de um objeto offer de referência para o serviço do Azure Cosmos DB.

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

Parâmetros

offer
Offer
offerThroughput
Int32
offerEnableRUPerMinuteThroughput
Nullable<Boolean>

Aplica-se a