Share via


InMageRcmFailbackEventDetails Constructors

Definition

Overloads

InMageRcmFailbackEventDetails()

Initializes a new instance of the InMageRcmFailbackEventDetails class.

InMageRcmFailbackEventDetails(String, String, String, String, String)

Initializes a new instance of the InMageRcmFailbackEventDetails class.

InMageRcmFailbackEventDetails()

Initializes a new instance of the InMageRcmFailbackEventDetails class.

public InMageRcmFailbackEventDetails ();
Public Sub New ()

Applies to

InMageRcmFailbackEventDetails(String, String, String, String, String)

Initializes a new instance of the InMageRcmFailbackEventDetails class.

public InMageRcmFailbackEventDetails (string protectedItemName = default, string vmName = default, string applianceName = default, string serverType = default, string componentDisplayName = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.InMageRcmFailbackEventDetails : string * string * string * string * string -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.InMageRcmFailbackEventDetails
Public Sub New (Optional protectedItemName As String = Nothing, Optional vmName As String = Nothing, Optional applianceName As String = Nothing, Optional serverType As String = Nothing, Optional componentDisplayName As String = Nothing)

Parameters

protectedItemName
String

The protected item name.

vmName
String

The protected item name.

applianceName
String

The appliance name.

serverType
String

The server type.

componentDisplayName
String

The component display name.

Applies to