InMageRcmEventDetails 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
InMageRcmEventDetails() |
Initializes a new instance of the InMageRcmEventDetails class. |
InMageRcmEventDetails(String, String, String, String, String, String, String, String) |
Initializes a new instance of the InMageRcmEventDetails class. |
InMageRcmEventDetails()
Initializes a new instance of the InMageRcmEventDetails class.
public InMageRcmEventDetails ();
Public Sub New ()
Applies to
InMageRcmEventDetails(String, String, String, String, String, String, String, String)
Initializes a new instance of the InMageRcmEventDetails class.
public InMageRcmEventDetails (string protectedItemName = default, string vmName = default, string latestAgentVersion = default, string jobId = default, string fabricName = default, string applianceName = default, string serverType = default, string componentDisplayName = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.InMageRcmEventDetails : string * string * string * string * string * string * string * string -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.InMageRcmEventDetails
Public Sub New (Optional protectedItemName As String = Nothing, Optional vmName As String = Nothing, Optional latestAgentVersion As String = Nothing, Optional jobId As String = Nothing, Optional fabricName 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.
- latestAgentVersion
- String
The latest agent version.
- jobId
- String
The job Id.
- fabricName
- String
The fabric name.
- applianceName
- String
The appliance name.
- serverType
- String
The server type.
- componentDisplayName
- String
The component display name.