IHyperVCluster Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.HyperVClusterTypeConverter))]
public interface IHyperVCluster : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.HyperVClusterTypeConverter))>]
type IHyperVCluster = interface
interface IJsonSerializable
Public Interface IHyperVCluster
Implements IJsonSerializable
- Derived
- Attributes
- Implements
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
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |