你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
AgentDetails 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
AgentDetails() |
Initializes a new instance of the AgentDetails class. |
AgentDetails(String, String, String, String, IList<AgentDiskDetails>) |
Initializes a new instance of the AgentDetails class. |
AgentDetails()
Initializes a new instance of the AgentDetails class.
public AgentDetails ();
Public Sub New ()
Applies to
AgentDetails(String, String, String, String, IList<AgentDiskDetails>)
Initializes a new instance of the AgentDetails class.
public AgentDetails (string agentId = default, string machineId = default, string biosId = default, string fqdn = default, System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.AgentDiskDetails> disks = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.AgentDetails : string * string * string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.AgentDiskDetails> -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.AgentDetails
Public Sub New (Optional agentId As String = Nothing, Optional machineId As String = Nothing, Optional biosId As String = Nothing, Optional fqdn As String = Nothing, Optional disks As IList(Of AgentDiskDetails) = Nothing)
Parameters
- agentId
- String
The Id of the agent running on the server.
- machineId
- String
The Id of the machine to which the agent is registered.
- biosId
- String
The machine BIOS Id.
- fqdn
- String
The machine FQDN.
- disks
- IList<AgentDiskDetails>
The disks.