IDeploymentData.PhysicalNode Property

Definition

list of physical nodes config to deploy AzureStackHCI Cluster.

[Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Runtime.Info(Create=true, Description="list of physical nodes config to deploy AzureStackHCI Cluster.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.IPhysicalNodes) }, Read=true, ReadOnly=false, Required=false, SerializedName="physicalNodes", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.IPhysicalNodes> PhysicalNode { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Runtime.Info(Create=true, Description="list of physical nodes config to deploy AzureStackHCI Cluster.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.IPhysicalNodes) }, Read=true, ReadOnly=false, Required=false, SerializedName="physicalNodes", Update=true)>]
member this.PhysicalNode : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.IPhysicalNodes> with get, set
Public Property PhysicalNode As List(Of IPhysicalNodes)

Property Value

Attributes

Applies to