Get Virtual Machine Manager Inventory Items Result
data class GetVirtualMachineManagerInventoryItemsResult(val id: String, val inventoryItems: List<GetVirtualMachineManagerInventoryItemsInventoryItem>, val inventoryType: String, val systemCenterVirtualMachineManagerServerId: String)
A collection of values returned by getVirtualMachineManagerInventoryItems.
Constructors
Link copied to clipboard
constructor(id: String, inventoryItems: List<GetVirtualMachineManagerInventoryItemsInventoryItem>, inventoryType: String, systemCenterVirtualMachineManagerServerId: String)