InMageRcmDiscoveredProtectedVmDetails 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
InMageRcmDiscoveredProtectedVmDetails() |
Initializes a new instance of the InMageRcmDiscoveredProtectedVmDetails class. |
InMageRcmDiscoveredProtectedVmDetails(String, String, IList<String>, IList<String>, String, String, String, String, Nullable<DateTime>, Nullable<DateTime>, Nullable<Boolean>, Nullable<DateTime>) |
Initializes a new instance of the InMageRcmDiscoveredProtectedVmDetails class. |
InMageRcmDiscoveredProtectedVmDetails()
Initializes a new instance of the InMageRcmDiscoveredProtectedVmDetails class.
public InMageRcmDiscoveredProtectedVmDetails ();
Public Sub New ()
Applies to
InMageRcmDiscoveredProtectedVmDetails(String, String, IList<String>, IList<String>, String, String, String, String, Nullable<DateTime>, Nullable<DateTime>, Nullable<Boolean>, Nullable<DateTime>)
Initializes a new instance of the InMageRcmDiscoveredProtectedVmDetails class.
public InMageRcmDiscoveredProtectedVmDetails (string vCenterId = default, string vCenterFqdn = default, System.Collections.Generic.IList<string> datastores = default, System.Collections.Generic.IList<string> ipAddresses = default, string vmwareToolsStatus = default, string powerStatus = default, string vmFqdn = default, string osName = default, DateTime? createdTimestamp = default, DateTime? updatedTimestamp = default, bool? isDeleted = default, DateTime? lastDiscoveryTimeInUtc = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.InMageRcmDiscoveredProtectedVmDetails : string * string * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> * string * string * string * string * Nullable<DateTime> * Nullable<DateTime> * Nullable<bool> * Nullable<DateTime> -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.InMageRcmDiscoveredProtectedVmDetails
Public Sub New (Optional vCenterId As String = Nothing, Optional vCenterFqdn As String = Nothing, Optional datastores As IList(Of String) = Nothing, Optional ipAddresses As IList(Of String) = Nothing, Optional vmwareToolsStatus As String = Nothing, Optional powerStatus As String = Nothing, Optional vmFqdn As String = Nothing, Optional osName As String = Nothing, Optional createdTimestamp As Nullable(Of DateTime) = Nothing, Optional updatedTimestamp As Nullable(Of DateTime) = Nothing, Optional isDeleted As Nullable(Of Boolean) = Nothing, Optional lastDiscoveryTimeInUtc As Nullable(Of DateTime) = Nothing)
Parameters
- vCenterId
- String
The VCenter Id.
- vCenterFqdn
- String
The VCenter fqdn.
- vmwareToolsStatus
- String
The VMware tools status.
- powerStatus
- String
The VM power status.
- vmFqdn
- String
The VM fqdn.
- osName
- String
The VM's OS name.