Share via


TargetComputeSizeProperties.MemoryInGb Property

Definition

Gets or sets the maximum memory in GB supported by target compute size.

[Newtonsoft.Json.JsonProperty(PropertyName="memoryInGB")]
public double? MemoryInGb { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="memoryInGB")>]
member this.MemoryInGb : Nullable<double> with get, set
Public Property MemoryInGb As Nullable(Of Double)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to