Device.ProvisionedLocalStorageInBytes Property

Definition

Gets or sets the storage in bytes used for locally pinned volumes on the device (including additional local reservation).

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to