Freigeben über


InconsistentVmDetails Constructors

Definition

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.

details
IList<String>

The list of details regarding state of the Protected Entity in SRS and On prem.

errorIds
IList<String>

The list of error ids.

Applies to