DedicatedHostUpdate.LicenseType Property

Definition

Gets or sets specifies the software license type that will be applied to the VMs deployed on the dedicated host. <br><br> Possible values are: <br><br> None <br><br> Windows_Server_Hybrid <br><br> Windows_Server_Perpetual <br><br> Default: None. Possible values include: 'None', 'Windows_Server_Hybrid', 'Windows_Server_Perpetual'

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to