VirtualMachineInstanceView.PlatformUpdateDomain Property

Definition

Gets or sets specifies the update domain of the virtual machine.

[Newtonsoft.Json.JsonProperty(PropertyName="platformUpdateDomain")]
public int? PlatformUpdateDomain { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="platformUpdateDomain")>]
member this.PlatformUpdateDomain : Nullable<int> with get, set
Public Property PlatformUpdateDomain As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to