Offer Constructors

Definition

Overloads

Offer()

Initializes a Resource offer for the Azure Cosmos DB service.

Offer(Offer)

Initializes a Resource offer from another offer object for the Azure Cosmos DB service.

Offer()

Initializes a Resource offer for the Azure Cosmos DB service.

public Offer ();
Public Sub New ()

Applies to

Offer(Offer)

Initializes a Resource offer from another offer object for the Azure Cosmos DB service.

public Offer (Microsoft.Azure.Documents.Offer offer);
new Microsoft.Azure.Documents.Offer : Microsoft.Azure.Documents.Offer -> Microsoft.Azure.Documents.Offer
Public Sub New (offer As Offer)

Parameters

offer
Offer

Applies to