UpdateAzSpringCloudAppDeployment_UpdateExpanded.DeploymentSettingMemoryInGb Property

Definition

[Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category(new Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.ParameterCategory[] { Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.ParameterCategory.Body })]
[Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.Info(Description="Required Memory size in GB, basic tier should be in range (1, 2), standard tier should be in range (1, 8)", PossibleTypes=new System.Type[] { typeof(System.Int32) }, ReadOnly=false, Required=false, SerializedName="memoryInGB")]
[System.Management.Automation.Parameter(HelpMessage="Required Memory size in GB, basic tier should be in range (1, 2), standard tier should be in range (1, 8)", Mandatory=false)]
public int DeploymentSettingMemoryInGb { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category(new Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.ParameterCategory[] { Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.ParameterCategory.Body })>]
[<Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.Info(Description="Required Memory size in GB, basic tier should be in range (1, 2), standard tier should be in range (1, 8)", PossibleTypes=new System.Type[] { typeof(System.Int32) }, ReadOnly=false, Required=false, SerializedName="memoryInGB")>]
[<System.Management.Automation.Parameter(HelpMessage="Required Memory size in GB, basic tier should be in range (1, 2), standard tier should be in range (1, 8)", Mandatory=false)>]
member this.DeploymentSettingMemoryInGb : int with get, set
Public Property DeploymentSettingMemoryInGb As Integer

Property Value

Int32
Attributes

Applies to