你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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) |