Share via


InventoryItemsList Class

Definition

List of InventoryItems.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedVMware.Models.InventoryItemsListTypeConverter))]
public class InventoryItemsList : Microsoft.Azure.PowerShell.Cmdlets.ConnectedVMware.Models.IInventoryItemsList
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedVMware.Models.InventoryItemsListTypeConverter))>]
type InventoryItemsList = class
    interface IInventoryItemsList
    interface IJsonSerializable
Public Class InventoryItemsList
Implements IInventoryItemsList
Inheritance
InventoryItemsList
Attributes
Implements

Constructors

InventoryItemsList()

Creates an new InventoryItemsList instance.

Properties

NextLink

Url to follow for getting next page of InventoryItems.

Value

Array of InventoryItems

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of InventoryItemsList.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of InventoryItemsList.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ConnectedVMware.Models.IInventoryItemsList.

FromJsonString(String)

Creates a new instance of InventoryItemsList, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of InventoryItemsList into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to