VirtualMachineInventoryItem 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.
The Virtual machine inventory item.
public class VirtualMachineInventoryItem : Azure.ResourceManager.ScVmm.Models.ScVmmInventoryItemProperties, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ScVmm.Models.VirtualMachineInventoryItem>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ScVmm.Models.VirtualMachineInventoryItem>
type VirtualMachineInventoryItem = class
inherit ScVmmInventoryItemProperties
interface IJsonModel<VirtualMachineInventoryItem>
interface IPersistableModel<VirtualMachineInventoryItem>
Public Class VirtualMachineInventoryItem
Inherits ScVmmInventoryItemProperties
Implements IJsonModel(Of VirtualMachineInventoryItem), IPersistableModel(Of VirtualMachineInventoryItem)
- Inheritance
- Implements
Constructors
VirtualMachineInventoryItem() |
Initializes a new instance of VirtualMachineInventoryItem. |
Properties
BiosGuid |
Gets the bios guid. |
Cloud |
Cloud inventory resource details where the VM is present. |
InventoryItemName |
Gets the Managed Object name in VMM for the inventory item. (Inherited from ScVmmInventoryItemProperties) |
IPAddresses |
Gets or sets the nic ip addresses. |
ManagedMachineResourceId |
Gets the tracked resource id corresponding to the inventory resource. |
ManagedResourceId |
Gets the tracked resource id corresponding to the inventory resource. (Inherited from ScVmmInventoryItemProperties) |
OSName |
Gets os name. |
OSType |
Gets the type of the os. |
OSVersion |
Gets os version. |
PowerState |
Gets the power state of the virtual machine. |
ProvisioningState |
Provisioning state of the resource. (Inherited from ScVmmInventoryItemProperties) |
Uuid |
Gets the UUID (which is assigned by VMM) for the inventory item. (Inherited from ScVmmInventoryItemProperties) |
Explicit Interface Implementations
Applies to
Azure SDK for .NET