DatabaseAccountGetResults.DatabaseAccountOfferType Property
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.
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.Models.DatabaseAccountOfferType? DatabaseAccountOfferType { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.databaseAccountOfferType")>]
member this.DatabaseAccountOfferType : Nullable<Microsoft.Azure.Management.CosmosDB.Models.DatabaseAccountOfferType>
Public ReadOnly Property DatabaseAccountOfferType As Nullable(Of DatabaseAccountOfferType)
Property Value
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute