Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ComputeVmProperties

Package version

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

Hierarchy

  • ComputeVmProperties

Index

Properties

Optional dataDiskIds

dataDiskIds: string[]

Gets data disks blob uri for the virtual machine.

Optional dataDisks

dataDisks: ComputeDataDisk[]

Gets all data disks attached to the virtual machine.

Optional networkInterfaceId

networkInterfaceId: undefined | string

Gets the network interface ID of the virtual machine.

Optional osDiskId

osDiskId: undefined | string

Gets OS disk blob uri for the virtual machine.

Optional osType

osType: undefined | string

Gets the OS type of the virtual machine.

Optional statuses

Gets the statuses of the virtual machine.

Optional vmSize

vmSize: undefined | string

Gets the size of the virtual machine.

Generated using TypeDoc