Delen via


DedicatedHost.LicenseType Property

Definition

Gets or sets specifies the software license type that will be applied to the VMs deployed on the dedicated host. Possible values are: None, Windows_Server_Hybrid, Windows_Server_Perpetual. The default value is: None.. Possible values include: 'None', 'Windows_Server_Hybrid', 'Windows_Server_Perpetual'

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to