次の方法で共有


Database.LicenseType プロパティ

定義

このデータベースに適用するライセンスの種類を取得または設定します。 LicenseIncludedライセンスが必要な場合、またはBasePriceライセンスを持っていて、Azure ハイブリッド特典の対象である場合は 。 使用できる値は、'LicenseIncluded'、'BasePrice' です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象