你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
VMwareVirtualMachineDetails Class
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.
VMware provider specific settings.
[Newtonsoft.Json.JsonObject("VMwareVirtualMachine")]
public class VMwareVirtualMachineDetails : Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.ConfigurationSettings
[<Newtonsoft.Json.JsonObject("VMwareVirtualMachine")>]
type VMwareVirtualMachineDetails = class
inherit ConfigurationSettings
Public Class VMwareVirtualMachineDetails
Inherits ConfigurationSettings
- Inheritance
- Attributes
-
Newtonsoft.Json.JsonObjectAttribute
Constructors
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. |
Properties
AgentGeneratedId |
Gets or sets the ID generated by the InMage agent after it gets installed on guest. This is the ID to be used during InMage CreateProtection. |
AgentInstalled |
Gets or sets the value indicating if InMage scout agent is installed on guest. |
AgentVersion |
Gets or sets the agent version. |
DiscoveryType |
Gets or sets a value indicating the discovery type of the machine. Value can be vCenter or physical. |
DiskDetails |
Gets or sets the disk details. |
IPAddress |
Gets or sets the IP address. |
OSType |
Gets or sets the OsType installed on VM. |
PoweredOn |
Gets or sets the value indicating whether VM is powered on. |
ValidationErrors |
Gets or sets the validation errors. |
VCenterInfrastructureId |
Gets or sets the VCenter infrastructure Id. |