IVirtualMachineSize.MemoryGb Property

Definition

The amount of memory, in GB, supported by the virtual machine size.

[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Create=false, Description="The amount of memory, in GB, supported by the virtual machine size.", PossibleTypes=new System.Type[] { typeof(System.Double) }, Read=true, ReadOnly=true, Required=false, SerializedName="memoryGB", Update=false)]
public double? MemoryGb { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Create=false, Description="The amount of memory, in GB, supported by the virtual machine size.", PossibleTypes=new System.Type[] { typeof(System.Double) }, Read=true, ReadOnly=true, Required=false, SerializedName="memoryGB", Update=false)>]
member this.MemoryGb : Nullable<double>
Public ReadOnly Property MemoryGb As Nullable(Of Double)

Property Value

Attributes

Applies to