IHyperVHost 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.HyperVHostTypeConverter))]
public interface IHyperVHost : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.HyperVHostTypeConverter))>]
type IHyperVHost = interface
interface IJsonSerializable
Public Interface IHyperVHost
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
CreatedTimestamp |
Timestamp marking Hyper-V host creation. |
Error |
Errors for Hyper-V hosts. |
Fqdn |
FQDN/IPAddress of the Hyper-V host. |
Id |
Resource Id. |
Name |
Name of the host. |
RunAsAccountId |
Run as account ID of the Hyper-V host. |
Type |
Type of resource. Type = Microsoft.OffAzure/hyperVSites/hosts. |
UpdatedTimestamp |
Timestamp marking last updated on the Hyper-V host. |
Version |
Version of the Hyper-V host. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |