ComputeVmProperties interface

Properties of a virtual machine returned by the Microsoft.Compute API.

Properties

dataDiskIds

Gets data disks blob uri for the virtual machine.

dataDisks

Gets all data disks attached to the virtual machine.

networkInterfaceId

Gets the network interface ID of the virtual machine.

osDiskId

Gets OS disk blob uri for the virtual machine.

osType

Gets the OS type of the virtual machine.

statuses

Gets the statuses of the virtual machine.

vmSize

Gets the size of the virtual machine.

Property Details

dataDiskIds

Gets data disks blob uri for the virtual machine.

dataDiskIds?: string[]

Property Value

string[]

dataDisks

Gets all data disks attached to the virtual machine.

dataDisks?: ComputeDataDisk[]

Property Value

networkInterfaceId

Gets the network interface ID of the virtual machine.

networkInterfaceId?: string

Property Value

string

osDiskId

Gets OS disk blob uri for the virtual machine.

osDiskId?: string

Property Value

string

osType

Gets the OS type of the virtual machine.

osType?: string

Property Value

string

statuses

Gets the statuses of the virtual machine.

statuses?: ComputeVmInstanceViewStatus[]

Property Value

vmSize

Gets the size of the virtual machine.

vmSize?: string

Property Value

string