Share via


HyperVClusterProperties Class

Definition

Class for cluster properties.

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

Constructors

HyperVClusterProperties()

Creates an new HyperVClusterProperties instance.

Properties

CreatedTimestamp

Timestamp marking Hyper-V cluster creation.

Error

Errors for Hyper-V clusters.

Fqdn

FQDN/IPAddress of the Hyper-V cluster.

FunctionalLevel

Functional level of the Hyper-V cluster.

HostFqdnList

List of hosts (FQDN) currently being tracked by the cluster.

RunAsAccountId

Run as account ID of the Hyper-V cluster.

Status

Status of the Hyper-V cluster.

UpdatedTimestamp

Timestamp marking last updated on the Hyper-V cluster.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of HyperVClusterProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of HyperVClusterProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of HyperVClusterProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to