HostPoolList 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 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
| Name | Description |
|---|---|
| HostPoolList() |
Creates an new HostPoolList instance. |
Properties
| Name | Description |
|---|---|
| NextLink |
Link to the next page of results. |
| Value |
List of HostPool definitions. |
Methods
| Name | Description |
|---|---|
| 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. |