Freigeben über


AgentDetails Constructors

Definition

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.

Applies to