DatabaseAccountGetResultsInner.DatabaseAccountOfferType Property

Definition

Gets the offer type for the Cosmos DB database account. Default value: Standard. Possible values include: 'Standard'

[Newtonsoft.Json.JsonProperty(PropertyName="properties.databaseAccountOfferType")]
public Microsoft.Azure.Management.CosmosDB.Fluent.Models.DatabaseAccountOfferType? DatabaseAccountOfferType { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.databaseAccountOfferType")>]
member this.DatabaseAccountOfferType : Nullable<Microsoft.Azure.Management.CosmosDB.Fluent.Models.DatabaseAccountOfferType>
Public ReadOnly Property DatabaseAccountOfferType As Nullable(Of DatabaseAccountOfferType)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to