InconsistentVmDetails 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
InconsistentVmDetails() |
Initializes a new instance of the InconsistentVmDetails class. |
InconsistentVmDetails(String, String, IList<String>, IList<String>) |
Initializes a new instance of the InconsistentVmDetails class. |
InconsistentVmDetails()
Initializes a new instance of the InconsistentVmDetails class.
public InconsistentVmDetails ();
Public Sub New ()
Applies to
InconsistentVmDetails(String, String, IList<String>, IList<String>)
Initializes a new instance of the InconsistentVmDetails class.
public InconsistentVmDetails (string vmName = default, string cloudName = default, System.Collections.Generic.IList<string> details = default, System.Collections.Generic.IList<string> errorIds = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.InconsistentVmDetails : string * string * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.InconsistentVmDetails
Public Sub New (Optional vmName As String = Nothing, Optional cloudName As String = Nothing, Optional details As IList(Of String) = Nothing, Optional errorIds As IList(Of String) = Nothing)
Parameters
- vmName
- String
The Vm name.
- cloudName
- String
The Cloud name.
The list of details regarding state of the Protected Entity in SRS and On prem.