InMageRcmFailbackEventDetails 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
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.