OfferV2 Class

Definition

Represents the Standard pricing offer for a resource in the Azure DocumentDB database service.

public sealed class OfferV2 : Microsoft.Azure.Documents.Offer
Inheritance

Inherited Members

Microsoft.Azure.Documents.JsonSerializable

Microsoft.Azure.Documents.Offer

Microsoft.Azure.Documents.Resource

Remarks

Currently, offers are only bound to the collection resource.

Constructors

OfferV2(Int32)

Initializes a Resource offer with the Standard pricing tier for the Azure DocumentDB database service.

OfferV2(Offer, Int32)

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

OfferV2(Int32, Nullable<Boolean>)

Initializes a Resource offer with the Standard pricing tier for the Azure DocumentDB database service.

OfferV2(Offer, Int32, Nullable<Boolean>)

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

Properties

Content

Gets or sets the OfferContent for the resource offer in the Azure DocumentDB database service.

Extension Methods

IsDefined(Object)
IsNull(Object)
IsPrimitive(Object)