Offer Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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