VirtualNetworkInventoryItem 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 network inventory item.
public class VirtualNetworkInventoryItem : Azure.ResourceManager.ScVmm.Models.ScVmmInventoryItemProperties, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ScVmm.Models.VirtualNetworkInventoryItem>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ScVmm.Models.VirtualNetworkInventoryItem>
type VirtualNetworkInventoryItem = class
inherit ScVmmInventoryItemProperties
interface IJsonModel<VirtualNetworkInventoryItem>
interface IPersistableModel<VirtualNetworkInventoryItem>
Public Class VirtualNetworkInventoryItem
Inherits ScVmmInventoryItemProperties
Implements IJsonModel(Of VirtualNetworkInventoryItem), IPersistableModel(Of VirtualNetworkInventoryItem)
- Inheritance
- Implements
Constructors
VirtualNetworkInventoryItem() |
Initializes a new instance of VirtualNetworkInventoryItem. |
Properties
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) |
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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET