Share via


HostsList Class

Definition

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)

Deserializes a PSObject into an instance of HostsList.

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)

Serializes this instance of HostsList into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to