HostsList 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 Hosts.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedVMware.Models.HostsListTypeConverter))]
public class HostsList : Microsoft.Azure.PowerShell.Cmdlets.ConnectedVMware.Models.IHostsList
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedVMware.Models.HostsListTypeConverter))>]
type HostsList = class
interface IHostsList
interface IJsonSerializable
Public Class HostsList
Implements IHostsList
- Inheritance
-
HostsList
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| HostsList() |
Creates an new HostsList instance. |
Properties
| Name | Description |
|---|---|
| NextLink |
Url to follow for getting next page of Hosts. |
| Value |
Array of Hosts |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of HostsList. |
| DeserializeFromPSObject(PSObject) | |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ConnectedVMware.Models.IHostsList. |
| FromJsonString(String) |
Creates a new instance of HostsList, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) | |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |