HyperVHostProperties 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.
Class for host properties.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.HyperVHostPropertiesTypeConverter))]
public class HyperVHostProperties : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IHyperVHostProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.HyperVHostPropertiesTypeConverter))>]
type HyperVHostProperties = class
interface IHyperVHostProperties
interface IJsonSerializable
Public Class HyperVHostProperties
Implements IHyperVHostProperties
- Inheritance
-
HyperVHostProperties
- Attributes
- Implements
Constructors
HyperVHostProperties() |
Creates an new HyperVHostProperties instance. |
Properties
CreatedTimestamp |
Timestamp marking Hyper-V host creation. |
Error |
Errors for Hyper-V hosts. |
Fqdn |
FQDN/IPAddress of the Hyper-V host. |
RunAsAccountId |
Run as account ID of the Hyper-V host. |
UpdatedTimestamp |
Timestamp marking last updated on the Hyper-V host. |
Version |
Version of the Hyper-V host. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of HyperVHostProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of HyperVHostProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IHyperVHostProperties. |
FromJsonString(String) |
Creates a new instance of HyperVHostProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of HyperVHostProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |