IDeploymentSetting.DeploymentConfigurationScaleUnit 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=false, SerializedName="scaleUnits", Update=false)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.IScaleUnits> DeploymentConfigurationScaleUnit { 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=false, SerializedName="scaleUnits", Update=false)>]
member this.DeploymentConfigurationScaleUnit : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.IScaleUnits> with get, set
Public Property DeploymentConfigurationScaleUnit As List(Of IScaleUnits)

Property Value

Attributes

Applies to