IScaleUnits.DeploymentDataPhysicalNode 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.
list of physical nodes config to deploy AzureStackHCI Cluster.
[Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Runtime.Info(Description="list of physical nodes config to deploy AzureStackHCI Cluster.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20240401.IPhysicalNodes) }, ReadOnly=false, Required=false, SerializedName="physicalNodes")]
public Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20240401.IPhysicalNodes[] DeploymentDataPhysicalNode { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Runtime.Info(Description="list of physical nodes config to deploy AzureStackHCI Cluster.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20240401.IPhysicalNodes) }, ReadOnly=false, Required=false, SerializedName="physicalNodes")>]
member this.DeploymentDataPhysicalNode : Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20240401.IPhysicalNodes[] with get, set
Public Property DeploymentDataPhysicalNode As IPhysicalNodes()
Property Value
- Attributes