OfferV2.Content Property

Definition

Gets or sets the OfferContent for the resource offer in the Azure Cosmos DB service.

[Newtonsoft.Json.JsonProperty(DefaultValueHandling=Newtonsoft.Json.DefaultValueHandling.Ignore, PropertyName="content")]
public Microsoft.Azure.Documents.OfferContentV2 Content { get; }
[<Newtonsoft.Json.JsonProperty(DefaultValueHandling=Newtonsoft.Json.DefaultValueHandling.Ignore, PropertyName="content")>]
member this.Content : Microsoft.Azure.Documents.OfferContentV2
Public ReadOnly Property Content As OfferContentV2

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to