Share via


IAgentDetails Interface

Definition

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

Properties

AgentId

The Id of the agent running on the server.

BiosId

The machine BIOS Id.

Disk

The disks.

Fqdn

The machine FQDN.

MachineId

The Id of the machine to which the agent is registered.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to