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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedVMware.Models.VirtualNetworkInventoryItemTypeConverter))]
public class VirtualNetworkInventoryItem : Microsoft.Azure.PowerShell.Cmdlets.ConnectedVMware.Models.IVirtualNetworkInventoryItem, Microsoft.Azure.PowerShell.Cmdlets.ConnectedVMware.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedVMware.Models.VirtualNetworkInventoryItemTypeConverter))>]
type VirtualNetworkInventoryItem = class
interface IVirtualNetworkInventoryItem
interface IJsonSerializable
interface IInventoryItemProperties
interface IValidates
Public Class VirtualNetworkInventoryItem
Implements IValidates, IVirtualNetworkInventoryItem
- Inheritance
-
VirtualNetworkInventoryItem
- Attributes
- Implements
Constructors
VirtualNetworkInventoryItem() |
Creates an new VirtualNetworkInventoryItem instance. |
Properties
InventoryType |
They inventory type. |
ManagedResourceId |
Gets or sets the tracked resource id corresponding to the inventory resource. |
MoName |
Gets or sets the vCenter Managed Object name for the inventory item. |
MoRefId |
Gets or sets the MoRef (Managed Object Reference) ID for the inventory item. |
ProvisioningState |
Gets the provisioning state. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of VirtualNetworkInventoryItem. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of VirtualNetworkInventoryItem. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ConnectedVMware.Models.IVirtualNetworkInventoryItem. |
FromJsonString(String) |
Creates a new instance of VirtualNetworkInventoryItem, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of VirtualNetworkInventoryItem into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() | |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |