VirtualMachineUpdate.HostGroup Property

Definition

Gets or sets specifies information about the dedicated host group that the virtual machine resides in. Note: User cannot specify both host and hostGroup properties. Minimum api-version: 2020-06-01.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to