你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
VirtualMachineTemplateInventoryItem 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 template inventory item.
public class VirtualMachineTemplateInventoryItem : Azure.ResourceManager.ScVmm.Models.ScVmmInventoryItemProperties, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ScVmm.Models.VirtualMachineTemplateInventoryItem>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ScVmm.Models.VirtualMachineTemplateInventoryItem>
type VirtualMachineTemplateInventoryItem = class
inherit ScVmmInventoryItemProperties
interface IJsonModel<VirtualMachineTemplateInventoryItem>
interface IPersistableModel<VirtualMachineTemplateInventoryItem>
Public Class VirtualMachineTemplateInventoryItem
Inherits ScVmmInventoryItemProperties
Implements IJsonModel(Of VirtualMachineTemplateInventoryItem), IPersistableModel(Of VirtualMachineTemplateInventoryItem)
- Inheritance
- Implements
Constructors
VirtualMachineTemplateInventoryItem() |
Initializes a new instance of VirtualMachineTemplateInventoryItem. |
Properties
CpuCount |
Gets the desired number of vCPUs for the vm. |
InventoryItemName |
Gets the Managed Object name in VMM for the inventory item. (Inherited from ScVmmInventoryItemProperties) |
ManagedResourceId |
Gets the tracked resource id corresponding to the inventory resource. (Inherited from ScVmmInventoryItemProperties) |
MemoryMB |
MemoryMB is the desired size of a virtual machine's memory, in MB. |
OSName |
Gets os name. |
OSType |
Gets the type of the os. |
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) |