Aracılığıyla paylaş


VMwareVirtualMachineDetails Constructors

Definition

Overloads

VMwareVirtualMachineDetails()

Initializes a new instance of the VMwareVirtualMachineDetails class.

VMwareVirtualMachineDetails(String, String, String, String, String, String, String, String, IList<InMageDiskDetails>, IList<HealthError>)

Initializes a new instance of the VMwareVirtualMachineDetails class.

VMwareVirtualMachineDetails()

Initializes a new instance of the VMwareVirtualMachineDetails class.

public VMwareVirtualMachineDetails ();
Public Sub New ()

Applies to

VMwareVirtualMachineDetails(String, String, String, String, String, String, String, String, IList<InMageDiskDetails>, IList<HealthError>)

Initializes a new instance of the VMwareVirtualMachineDetails class.

public VMwareVirtualMachineDetails (string agentGeneratedId = default, string agentInstalled = default, string osType = default, string agentVersion = default, string ipAddress = default, string poweredOn = default, string vCenterInfrastructureId = default, string discoveryType = default, System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.InMageDiskDetails> diskDetails = default, System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.HealthError> validationErrors = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.VMwareVirtualMachineDetails : string * string * string * string * string * string * string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.InMageDiskDetails> * System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.HealthError> -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.VMwareVirtualMachineDetails
Public Sub New (Optional agentGeneratedId As String = Nothing, Optional agentInstalled As String = Nothing, Optional osType As String = Nothing, Optional agentVersion As String = Nothing, Optional ipAddress As String = Nothing, Optional poweredOn As String = Nothing, Optional vCenterInfrastructureId As String = Nothing, Optional discoveryType As String = Nothing, Optional diskDetails As IList(Of InMageDiskDetails) = Nothing, Optional validationErrors As IList(Of HealthError) = Nothing)

Parameters

agentGeneratedId
String

The ID generated by the InMage agent after it gets installed on guest. This is the ID to be used during InMage CreateProtection.

agentInstalled
String

The value indicating if InMage scout agent is installed on guest.

osType
String

The OsType installed on VM.

agentVersion
String

The agent version.

ipAddress
String

The IP address.

poweredOn
String

The value indicating whether VM is powered on.

vCenterInfrastructureId
String

The VCenter infrastructure Id.

discoveryType
String

A value indicating the discovery type of the machine. Value can be vCenter or physical.

diskDetails
IList<InMageDiskDetails>

The disk details.

validationErrors
IList<HealthError>

The validation errors.

Applies to