Share via


HostPoolList Class

Definition

List of HostPool definitions.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.HostPoolListTypeConverter))]
public class HostPoolList : Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.IHostPoolList
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.HostPoolListTypeConverter))>]
type HostPoolList = class
    interface IHostPoolList
    interface IJsonSerializable
Public Class HostPoolList
Implements IHostPoolList
Inheritance
HostPoolList
Attributes
Implements

Constructors

HostPoolList()

Creates an new HostPoolList instance.

Properties

NextLink

Link to the next page of results.

Value

List of HostPool definitions.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of HostPoolList.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of HostPoolList.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.IHostPoolList.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of HostPoolList into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to