HyperVClusterCollection 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.
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. |