VirtualMachine.VmId Property

Definition

Gets specifies the VM unique ID which is a 128-bits identifier that is encoded and stored in all Azure IaaS VMs SMBIOS and can be read using platform BIOS commands.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.vmId")]
public string VmId { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.vmId")>]
member this.VmId : string
Public ReadOnly Property VmId As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to