ManagedInstance.LicenseType プロパティ

定義

ライセンスの種類を取得または設定します。 使用できる値は、"LicenseIncluded" (新しい SQL ライセンスを含む通常価格) と 'BasePrice' (独自の SQL ライセンスを持ち込むための割引された AHB 価格) です。 使用できる値は、'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

適用対象