Offer.OfferType Property

Definition

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

[Newtonsoft.Json.JsonProperty(DefaultValueHandling=Newtonsoft.Json.DefaultValueHandling.Ignore, PropertyName="offerType")]
public string OfferType { get; set; }
[<Newtonsoft.Json.JsonProperty(DefaultValueHandling=Newtonsoft.Json.DefaultValueHandling.Ignore, PropertyName="offerType")>]
member this.OfferType : string with get, set
Public Property OfferType As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to