Share via


HyperVClusterCollection Class

Definition

Collection of Hyper-V clusters.

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

Constructors

HyperVClusterCollection()

Creates an new HyperVClusterCollection instance.

Properties

NextLink

Value of next link.

Value

List of clusters.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of HyperVClusterCollection.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of HyperVClusterCollection.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of HyperVClusterCollection into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to