HyperVSiteDetails 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
HyperVSiteDetails() |
Initializes a new instance of the HyperVSiteDetails class. |
HyperVSiteDetails(IList<HyperVHostDetails>) |
Initializes a new instance of the HyperVSiteDetails class. |
HyperVSiteDetails()
Initializes a new instance of the HyperVSiteDetails class.
public HyperVSiteDetails ();
Public Sub New ()
Applies to
HyperVSiteDetails(IList<HyperVHostDetails>)
Initializes a new instance of the HyperVSiteDetails class.
public HyperVSiteDetails (System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.HyperVHostDetails> hyperVHosts = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.HyperVSiteDetails : System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.HyperVHostDetails> -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.HyperVSiteDetails
Public Sub New (Optional hyperVHosts As IList(Of HyperVHostDetails) = Nothing)
Parameters
- hyperVHosts
- IList<HyperVHostDetails>
The list of Hyper-V hosts associated with the fabric.