HyperVCluster 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.
Cluster REST Resource.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.HyperVClusterTypeConverter))]
public class HyperVCluster : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IHyperVCluster
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.HyperVClusterTypeConverter))>]
type HyperVCluster = class
interface IHyperVCluster
interface IJsonSerializable
Public Class HyperVCluster
Implements IHyperVCluster
- Inheritance
-
HyperVCluster
- Attributes
- Implements
Constructors
HyperVCluster() |
Creates an new HyperVCluster 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. |
Id |
Resource Id. |
Name |
Name of the cluster. |
RunAsAccountId |
Run as account ID of the Hyper-V cluster. |
Status |
Status of the Hyper-V cluster. |
Type |
Type of resource. Type = Microsoft.OffAzure/hyperVSites/clusters. |
UpdatedTimestamp |
Timestamp marking last updated on the Hyper-V cluster. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of HyperVCluster. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of HyperVCluster. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IHyperVCluster. |
FromJsonString(String) |
Creates a new instance of HyperVCluster, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of HyperVCluster into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |