IClusterPatchParameters.AggregatorOrSingleRackDefinitionBareMetalMachineConfigurationData 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 unordered list of bare metal machine configuration.
[Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.Info(Description="The unordered list of bare metal machine configuration.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.IBareMetalMachineConfigurationData) }, ReadOnly=false, Required=false, SerializedName="bareMetalMachineConfigurationData")]
public Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.IBareMetalMachineConfigurationData[] AggregatorOrSingleRackDefinitionBareMetalMachineConfigurationData { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.Info(Description="The unordered list of bare metal machine configuration.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.IBareMetalMachineConfigurationData) }, ReadOnly=false, Required=false, SerializedName="bareMetalMachineConfigurationData")>]
member this.AggregatorOrSingleRackDefinitionBareMetalMachineConfigurationData : Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.IBareMetalMachineConfigurationData[] with get, set
Public Property AggregatorOrSingleRackDefinitionBareMetalMachineConfigurationData As IBareMetalMachineConfigurationData()
Property Value
- Attributes