HyperVHostDetails 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
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.