InventoryItemsList 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.
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
| Name | Description |
|---|---|
| InventoryItemsList() |
Creates an new InventoryItemsList instance. |
Properties
| Name | Description |
|---|---|
| NextLink |
Url to follow for getting next page of InventoryItems. |
| Value |
Array of InventoryItems |
Methods
| Name | Description |
|---|---|
| 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() | |