IDeploymentSetting.DeploymentConfigurationScaleUnit 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.
Scale units will contains list of deployment data
[Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Runtime.Info(Description="Scale units will contains list of deployment data", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20240401.IScaleUnits) }, ReadOnly=false, Required=false, SerializedName="scaleUnits")]
public Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20240401.IScaleUnits[] DeploymentConfigurationScaleUnit { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Runtime.Info(Description="Scale units will contains list of deployment data", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20240401.IScaleUnits) }, ReadOnly=false, Required=false, SerializedName="scaleUnits")>]
member this.DeploymentConfigurationScaleUnit : Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20240401.IScaleUnits[] with get, set
Public Property DeploymentConfigurationScaleUnit As IScaleUnits()
Property Value
- Attributes