次の方法で共有


InMageAgentDetails Constructors

Definition

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.

agentExpiryDate
Nullable<DateTime>

Agent expiry date.

Applies to