InMageRcmMobilityAgentDetails Constructors
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.
Overloads
InMageRcmMobilityAgentDetails() |
Initializes a new instance of the InMageRcmMobilityAgentDetails class. |
InMageRcmMobilityAgentDetails(String, String, String, String, String, Nullable<DateTime>, Nullable<DateTime>, Nullable<DateTime>, IList<String>, String) |
Initializes a new instance of the InMageRcmMobilityAgentDetails class. |
InMageRcmMobilityAgentDetails()
Initializes a new instance of the InMageRcmMobilityAgentDetails class.
public InMageRcmMobilityAgentDetails ();
Public Sub New ()
Applies to
InMageRcmMobilityAgentDetails(String, String, String, String, String, Nullable<DateTime>, Nullable<DateTime>, Nullable<DateTime>, IList<String>, String)
Initializes a new instance of the InMageRcmMobilityAgentDetails class.
public InMageRcmMobilityAgentDetails (string version = default, string latestVersion = default, string latestAgentReleaseDate = default, string driverVersion = default, string latestUpgradableVersionWithoutReboot = default, DateTime? agentVersionExpiryDate = default, DateTime? driverVersionExpiryDate = default, DateTime? lastHeartbeatUtc = default, System.Collections.Generic.IList<string> reasonsBlockingUpgrade = default, string isUpgradeable = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.InMageRcmMobilityAgentDetails : string * string * string * string * string * Nullable<DateTime> * Nullable<DateTime> * Nullable<DateTime> * System.Collections.Generic.IList<string> * string -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.InMageRcmMobilityAgentDetails
Public Sub New (Optional version As String = Nothing, Optional latestVersion As String = Nothing, Optional latestAgentReleaseDate As String = Nothing, Optional driverVersion As String = Nothing, Optional latestUpgradableVersionWithoutReboot As String = Nothing, Optional agentVersionExpiryDate As Nullable(Of DateTime) = Nothing, Optional driverVersionExpiryDate As Nullable(Of DateTime) = Nothing, Optional lastHeartbeatUtc As Nullable(Of DateTime) = Nothing, Optional reasonsBlockingUpgrade As IList(Of String) = Nothing, Optional isUpgradeable As String = Nothing)
Parameters
- version
- String
The agent version.
- latestVersion
- String
The latest agent version available.
- latestAgentReleaseDate
- String
The latest agent version release date.
- driverVersion
- String
The driver version.
- latestUpgradableVersionWithoutReboot
- String
The latest upgradeable version available without reboot.
- isUpgradeable
- String
A value indicating whether agent is upgradeable or not.