MachineProperties Class

Definition

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

Name Description
MachineProperties()

Creates an new MachineProperties instance.

Properties

Name Description
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

Name Description
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.

Applies to