InMageAgentDetails 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
InMageAgentDetails() |
Initializes a new instance of the InMageAgentDetails class. |
InMageAgentDetails(String, String, String, Nullable<DateTime>) |
Initializes a new instance of the InMageAgentDetails class. |
InMageAgentDetails()
Initializes a new instance of the InMageAgentDetails class.
public InMageAgentDetails ();
Public Sub New ()
Applies to
InMageAgentDetails(String, String, String, Nullable<DateTime>)
Initializes a new instance of the InMageAgentDetails class.
public InMageAgentDetails (string agentVersion = default, string agentUpdateStatus = default, string postUpdateRebootStatus = default, DateTime? agentExpiryDate = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.InMageAgentDetails : string * string * string * Nullable<DateTime> -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.InMageAgentDetails
Public Sub New (Optional agentVersion As String = Nothing, Optional agentUpdateStatus As String = Nothing, Optional postUpdateRebootStatus As String = Nothing, Optional agentExpiryDate As Nullable(Of DateTime) = Nothing)
Parameters
- agentVersion
- String
The agent version.
- agentUpdateStatus
- String
A value indicating whether installed agent needs to be updated.
- postUpdateRebootStatus
- String
A value indicating whether reboot is required after update is applied.