HyperVHostDetails Constructors

Definition

Overloads

HyperVHostDetails()

Initializes a new instance of the HyperVHostDetails class.

HyperVHostDetails(String, String, String)

Initializes a new instance of the HyperVHostDetails class.

HyperVHostDetails()

Initializes a new instance of the HyperVHostDetails class.

public HyperVHostDetails ();
Public Sub New ()

Applies to

HyperVHostDetails(String, String, String)

Initializes a new instance of the HyperVHostDetails class.

public HyperVHostDetails (string id = default, string name = default, string marsAgentVersion = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.HyperVHostDetails : string * string * string -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.HyperVHostDetails
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional marsAgentVersion As String = Nothing)

Parameters

id
String

The Hyper-V host Id.

name
String

The Hyper-V host name.

marsAgentVersion
String

The Mars agent version.

Applies to