ComputeVmProperties interface
Properties of a virtual machine returned by the Microsoft.Compute API.
Properties
data |
Gets data disks blob uri for the virtual machine. |
data |
Gets all data disks attached to the virtual machine. |
network |
Gets the network interface ID of the virtual machine. |
os |
Gets OS disk blob uri for the virtual machine. |
os |
Gets the OS type of the virtual machine. |
statuses | Gets the statuses of the virtual machine. |
vm |
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