VirtualMachineProfile.UsageQuota Property

Definition

Gets or sets the initial quota alloted to each lab user. Must be a time span between 0 and 9999 hours.

[Newtonsoft.Json.JsonProperty(PropertyName="usageQuota")]
public TimeSpan UsageQuota { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="usageQuota")>]
member this.UsageQuota : TimeSpan with get, set
Public Property UsageQuota As TimeSpan

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to