你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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