Share via


HyperVHostCollection Class

Definition

Collection of Hyper-V hosts.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.HyperVHostCollectionTypeConverter))]
public class HyperVHostCollection : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IHyperVHostCollection
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.HyperVHostCollectionTypeConverter))>]
type HyperVHostCollection = class
    interface IHyperVHostCollection
    interface IJsonSerializable
Public Class HyperVHostCollection
Implements IHyperVHostCollection
Inheritance
HyperVHostCollection
Attributes
Implements

Constructors

HyperVHostCollection()

Creates an new HyperVHostCollection instance.

Properties

NextLink

Value of next link.

Value

List of hosts.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of HyperVHostCollection.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of HyperVHostCollection.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IHyperVHostCollection.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of HyperVHostCollection into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to