IDeploymentConfiguration.ScaleUnit Property

Definition

Scale units will contains list of deployment data

[Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Runtime.Info(Create=true, Description="Scale units will contains list of deployment data", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.IScaleUnits) }, Read=true, ReadOnly=false, Required=true, SerializedName="scaleUnits", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.IScaleUnits> ScaleUnit { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Runtime.Info(Create=true, Description="Scale units will contains list of deployment data", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.IScaleUnits) }, Read=true, ReadOnly=false, Required=true, SerializedName="scaleUnits", Update=true)>]
member this.ScaleUnit : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.IScaleUnits> with get, set
Public Property ScaleUnit As List(Of IScaleUnits)

Property Value

Attributes

Applies to