VirtualMachine.Host Property

Definition

Gets or sets specifies information about the dedicated host that the virtual machine resides in. Minimum api-version: 2018-10-01.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.host")]
public Microsoft.Azure.Management.Compute.Models.SubResource Host { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.host")>]
member this.Host : Microsoft.Azure.Management.Compute.Models.SubResource with get, set
Public Property Host As SubResource

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to