다음을 통해 공유


InstancePoolInner.LicenseType Property

Definition

Gets or sets the license type. Possible values are 'LicenseIncluded' (price for SQL license is included) and 'BasePrice' (without SQL license price). Possible values include: 'LicenseIncluded', 'BasePrice'

[Newtonsoft.Json.JsonProperty(PropertyName="properties.licenseType")]
public Microsoft.Azure.Management.Sql.Fluent.Models.InstancePoolLicenseType LicenseType { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.licenseType")>]
member this.LicenseType : Microsoft.Azure.Management.Sql.Fluent.Models.InstancePoolLicenseType with get, set
Public Property LicenseType As InstancePoolLicenseType

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to