次の方法で共有


VMwareDetails.AvailableMemoryInBytes Property

Definition

Gets or sets the available memory.

[Newtonsoft.Json.JsonProperty(PropertyName="availableMemoryInBytes")]
public long? AvailableMemoryInBytes { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="availableMemoryInBytes")>]
member this.AvailableMemoryInBytes : Nullable<int64> with get, set
Public Property AvailableMemoryInBytes As Nullable(Of Long)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to