IHyperVSiteDetails.HyperVHost Property
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.
The list of Hyper-V hosts associated with the fabric.
[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Description="The list of Hyper-V hosts associated with the fabric.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.IHyperVHostDetails) }, ReadOnly=false, Required=false, SerializedName="hyperVHosts")]
public Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.IHyperVHostDetails[] HyperVHost { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Description="The list of Hyper-V hosts associated with the fabric.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.IHyperVHostDetails) }, ReadOnly=false, Required=false, SerializedName="hyperVHosts")>]
member this.HyperVHost : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.IHyperVHostDetails[] with get, set
Public Property HyperVHost As IHyperVHostDetails()
Property Value
- Attributes