InMageRcmMobilityAgentDetails Class
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.
InMageRcm mobility agent details.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.InMageRcmMobilityAgentDetailsTypeConverter))]
public class InMageRcmMobilityAgentDetails : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.IInMageRcmMobilityAgentDetails
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.InMageRcmMobilityAgentDetailsTypeConverter))>]
type InMageRcmMobilityAgentDetails = class
interface IInMageRcmMobilityAgentDetails
interface IJsonSerializable
Public Class InMageRcmMobilityAgentDetails
Implements IInMageRcmMobilityAgentDetails
- Inheritance
-
InMageRcmMobilityAgentDetails
- Attributes
- Implements
Constructors
InMageRcmMobilityAgentDetails() |
Creates an new InMageRcmMobilityAgentDetails instance. |
Properties
AgentVersionExpiryDate |
The agent version expiry date. |
DriverVersion |
The driver version. |
DriverVersionExpiryDate |
The driver version expiry date. |
IsUpgradeable |
A value indicating whether agent is upgradeable or not. |
LastHeartbeatUtc |
The time of the last heartbeat received from the agent. |
LatestAgentReleaseDate |
The latest agent version release date. |
LatestUpgradableVersionWithoutReboot |
The latest upgradeable version available without reboot. |
LatestVersion |
The latest agent version available. |
ReasonsBlockingUpgrade |
The whether update is possible or not. |
Version |
The agent version. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of InMageRcmMobilityAgentDetails. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of InMageRcmMobilityAgentDetails. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.IInMageRcmMobilityAgentDetails. |
FromJsonString(String) |
Creates a new instance of InMageRcmMobilityAgentDetails, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of InMageRcmMobilityAgentDetails into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |