NewAzureContainerGroupCommand.MemoryInGB Property

Definition

[System.Management.Automation.Alias(new System.String[] { "Memory" })]
[System.Management.Automation.Parameter(HelpMessage="The required memory in GB. Default: 1.5", Mandatory=false)]
[System.Management.Automation.ValidateNotNullOrEmpty]
[System.Management.Automation.ValidateRange(0, 64)]
public double? MemoryInGB { get; set; }
[<System.Management.Automation.Alias(new System.String[] { "Memory" })>]
[<System.Management.Automation.Parameter(HelpMessage="The required memory in GB. Default: 1.5", Mandatory=false)>]
[<System.Management.Automation.ValidateNotNullOrEmpty>]
[<System.Management.Automation.ValidateRange(0, 64)>]
member this.MemoryInGB : Nullable<double> with get, set
Public Property MemoryInGB As Nullable(Of Double)

Property Value

Nullable<Double>
Attributes

Applies to