InstanceList 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 Instances.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DeviceUpdate.Models.InstanceListTypeConverter))]
public class InstanceList : Microsoft.Azure.PowerShell.Cmdlets.DeviceUpdate.Models.IInstanceList
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DeviceUpdate.Models.InstanceListTypeConverter))>]
type InstanceList = class
interface IInstanceList
interface IJsonSerializable
Public Class InstanceList
Implements IInstanceList
- Inheritance
-
InstanceList
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| InstanceList() |
Creates an new InstanceList instance. |
Properties
| Name | Description |
|---|---|
| NextLink |
The link used to get the next page of Instances list. |
| Value |
List of Instances. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of InstanceList. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of InstanceList. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DeviceUpdate.Models.IInstanceList. |
| FromJsonString(String) |
Creates a new instance of InstanceList, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of InstanceList into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |