IAgentDetails Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.AgentDetailsTypeConverter))]
public interface IAgentDetails : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.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) |