IVcoreCapability.SupportedMemoryPerVcoreMb Property

Definition

supported memory per vCore in MB

[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.Info(Description="supported memory per vCore in MB", PossibleTypes=new System.Type[] { typeof(System.Int64) }, ReadOnly=true, Required=false, SerializedName="supportedMemoryPerVcoreMB")]
public long? SupportedMemoryPerVcoreMb { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.Info(Description="supported memory per vCore in MB", PossibleTypes=new System.Type[] { typeof(System.Int64) }, ReadOnly=true, Required=false, SerializedName="supportedMemoryPerVcoreMB")>]
member this.SupportedMemoryPerVcoreMb : Nullable<int64>
Public ReadOnly Property SupportedMemoryPerVcoreMb As Nullable(Of Long)

Property Value

Attributes

Applies to