Share via


VmSizeProperty.WebWorkerResourceDiskSizeInMb Property

Definition

Gets or sets the web worker resource disk size whose unit is MB of the vm size.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to