Share via


IMachine Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20180901Preview.MachineTypeConverter))]
public interface IMachine : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20180901Preview.MachineTypeConverter))>]
type IMachine = interface
    interface IJsonSerializable
Public Interface IMachine
Implements IJsonSerializable
Derived
Attributes
Implements

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.

Id

Gets or sets the relative URL to get to this REST resource.

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.

Name

Gets or sets the name of this REST resource.

Type

Gets the type of this REST resource.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to