次の方法で共有


DatabaseAccountGetResults.DatabaseAccountOfferType プロパティ

定義

Cosmos DB データベース アカウントのオファーの種類を取得します。 既定値: Standard。 使用可能な値は次のとおりです: '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)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象