MachineProperties 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.
Properties of the machine resource.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20180901Preview.MachinePropertiesTypeConverter))]
public class MachineProperties : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20180901Preview.IMachineProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20180901Preview.MachinePropertiesTypeConverter))>]
type MachineProperties = class
interface IMachineProperties
interface IJsonSerializable
Public Class MachineProperties
Implements IMachineProperties
- Inheritance
-
MachineProperties
- Attributes
- Implements
Constructors
MachineProperties() |
Creates an new MachineProperties instance. |
Properties
AssessmentData |
Gets or sets the assessment details of the machine published by various sources. |
DiscoveryData |
Gets or sets the discovery details of the machine published by various sources. |
LastUpdatedTime |
Gets or sets the time of the last modification of the machine. |
MigrationData |
Gets or sets the migration details of the machine published by various sources. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of MachineProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of MachineProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20180901Preview.IMachineProperties. |
FromJsonString(String) |
Creates a new instance of MachineProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of MachineProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |