UpdateAzSpringCloudAppDeployment_UpdateExpanded.DeploymentSettingMemoryInGb 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.
[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
- Attributes