ComputeVmProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Properties of a virtual machine returned by the Microsoft.Compute API.
public class ComputeVmProperties
type ComputeVmProperties = class
Public Class ComputeVmProperties
- Inheritance
-
ComputeVmProperties
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. |
Applies to
Azure SDK for .NET