Share via


VolumeQuotaRulePatch.QuotaType Property

Definition

Gets or sets type of quota Possible values include: 'DefaultUserQuota', 'DefaultGroupQuota', 'IndividualUserQuota', 'IndividualGroupQuota'

[Newtonsoft.Json.JsonProperty(PropertyName="properties.quotaType")]
public string QuotaType { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.quotaType")>]
member this.QuotaType : string with get, set
Public Property QuotaType As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

Type of quota. Possible values include: 'DefaultUserQuota', 'DefaultGroupQuota', 'IndividualUserQuota', 'IndividualGroupQuota'

Applies to